-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into hostsd-326-infinite-refresh
- Loading branch information
Showing
21 changed files
with
160 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,4 +8,7 @@ | |
"notebook.codeActionsOnSave": { | ||
"source.organizeImports": true, | ||
}, | ||
"editor.rulers": [ | ||
100 | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ metadata: | |
created-by: jeremy.foster | ||
data: | ||
API_URL: http://api:8080 | ||
ENVIRONMENT: "DEV" | ||
ENVIRONMENT: 'DEV' | ||
--- | ||
kind: ConfigMap | ||
apiVersion: v1 | ||
|
@@ -35,6 +35,6 @@ data: | |
AUTH_URL: https://loginproxy.gov.bc.ca/auth/realms/comsvcauth/protocol/openid-connect/token | ||
HOST_URI: https://ches.api.gov.bc.ca/api/v1 | ||
FROM: Hosting Service Dashboard <[email protected]> | ||
TO: [email protected],[email protected] | ||
EMAIL_ENABLED: "true" | ||
EMAIL_AUTHORIZED: "true" | ||
TO: [email protected],[email protected] | ||
EMAIL_ENABLED: 'true' | ||
EMAIL_AUTHORIZED: 'true' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,7 +40,7 @@ patches: | |
value: Hosting Service Dashboard <[email protected]> | ||
- op: replace | ||
path: /data/TO | ||
value: [email protected] | ||
value: [email protected] | ||
- op: replace | ||
path: /data/ENVIRONMENT | ||
value: DEV |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,7 +52,7 @@ patches: | |
value: (DEV) Hosting Service Dashboard <[email protected]> | ||
- op: replace | ||
path: /data/TO | ||
value: [email protected] | ||
value: [email protected] | ||
- target: | ||
kind: ConfigMap | ||
name: dashboard | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,7 +40,7 @@ patches: | |
value: Hosting Service Dashboard <[email protected]> | ||
- op: replace | ||
path: /data/TO | ||
value: [email protected],[email protected] | ||
value: [email protected],[email protected] | ||
- op: replace | ||
path: /data/ENVIRONMENT | ||
value: PROD |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,7 +52,7 @@ patches: | |
value: Hosting Service Dashboard <[email protected]> | ||
- op: replace | ||
path: /data/TO | ||
value: [email protected],[email protected] | ||
value: [email protected],[email protected] | ||
- target: | ||
kind: ConfigMap | ||
name: dashboard | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,7 +40,7 @@ patches: | |
value: Hosting Service Dashboard <[email protected]> | ||
- op: replace | ||
path: /data/TO | ||
value: [email protected],[email protected] | ||
value: [email protected],[email protected] | ||
- op: replace | ||
path: /data/ENVIRONMENT | ||
value: TEST |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,7 +52,7 @@ patches: | |
value: (TEST) Hosting Service Dashboard <[email protected]> | ||
- op: replace | ||
path: /data/TO | ||
value: [email protected],[email protected] | ||
value: [email protected],[email protected] | ||
- target: | ||
kind: ConfigMap | ||
name: dashboard | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,10 +29,10 @@ export default function Page() { | |
<div> | ||
<h3>Need access to the Storage Dashboard?</h3> | ||
<p> | ||
Please email <a href="[email protected]">[email protected]</a> to request | ||
access to your organization's dashboard. | ||
Please email <a href="[email protected]">[email protected]</a> to | ||
request access to your organization's dashboard. | ||
</p> | ||
<h3>If you are a first time user please note:</h3> | ||
<h3>If you are a first time user, please note:</h3> | ||
<ul> | ||
<li> | ||
Your first login will include a registration step within the BCGov Single Sign-On | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.