Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
Merge pull request #59 from opsfolio/SJ/feat-drh-logo-and-links-in-ed…
Browse files Browse the repository at this point in the history
…ge-ui

Sj/feat drh logo and links in edge UI
  • Loading branch information
Abdul Razak authored Sep 25, 2024
2 parents 5fbdbd3 + 9214800 commit f77e04f
Show file tree
Hide file tree
Showing 3 changed files with 250 additions and 250 deletions.
Empty file modified service/diabetes-research-hub/drhctl.ts
100644 → 100755
Empty file.
4 changes: 2 additions & 2 deletions service/diabetes-research-hub/ux.auto.sql
Original file line number Diff line number Diff line change
Expand Up @@ -785,8 +785,8 @@ ON CONFLICT (namespace, parent_path, path)
DO UPDATE SET title = EXCLUDED.title, abbreviated_caption = EXCLUDED.abbreviated_caption, description = EXCLUDED.description, url = EXCLUDED.url, sibling_order = EXCLUDED.sibling_order;
INSERT OR IGNORE INTO sqlpage_aide_navigation ("path", caption, namespace, parent_path, sibling_order, url, title, abbreviated_caption, description) VALUES
('/site', 'DRH Menus', 'prime', '/', 1, '/site', NULL, NULL, NULL),
('/site/public.sql', 'DRH Public Site', 'prime', '/site', 1, 'https://drh.diabetestechnology.org/', NULL, NULL, NULL),
('/site/dtsorg.sql', 'DTS Main Site', 'prime', '/site', 2, 'https://www.diabetestechnology.org/index.shtml', NULL, NULL, NULL);
('/site/public.sql', 'Diabetes Research Hub', 'prime', '/site', 1, 'https://drh.diabetestechnology.org/', NULL, NULL, NULL),
('/site/dtsorg.sql', 'Diabetes Technology Society', 'prime', '/site', 2, 'https://www.diabetestechnology.org/', NULL, NULL, NULL);
INSERT INTO sqlpage_files (path, contents, last_modified) VALUES (
'shell/shell.json',
'{
Expand Down
Loading

1 comment on commit f77e04f

@deno-deploy
Copy link

@deno-deploy deno-deploy bot commented on f77e04f Sep 25, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Failed to deploy:

Your deployment uses decorators. The default for 'experimentalDecorators' will be changing to 'false'. In the meantime, please explicitly set the 'experimentalDecorators' compiler option. For more information, see https://deno.com/deploy/changelog#es-decorators-are-enabled-on-deno-deploy-replacing-experimental-ts-decorators

Please sign in to comment.