File tree Expand file tree Collapse file tree 2 files changed +45
-2
lines changed
Expand file tree Collapse file tree 2 files changed +45
-2
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,28 @@ replicaCount: 2
22
33config :
44 alertMessage : |
5- This is a test alert message.
6- It should be shown to all users.
5+ <style>
6+ .myWarning{
7+ background-color: var(--joy-palette-primary-softBg);
8+ text-align: center;
9+ font-size:var(--joy-fontSize-lg);
10+ margin-top: 5px
11+ a:any-link {
12+ color: var(--joy-palette-primary-400);
13+ text-decoration-line: underline;
14+ cursor: auto;
15+ }
16+ }
17+ div div:has(.myWarning) {
18+ padding:0;
19+ }
20+ div:has(.myWarning) {
21+ width: 100%;
22+ }
23+ </style>
24+ <div class= 'myWarning'>
25+ keep calm and <a href="https://rsp.lsst.io">read the docs</a>
26+ </div>
727 volumes :
828 cleanupInterval : " 1h"
929 sharedWorkarea :
Original file line number Diff line number Diff line change 11replicaCount : 4
22
33config :
4+ alertMessage : |
5+ <style>
6+ .myWarning{
7+ background-color: var(--joy-palette-primary-softBg);
8+ text-align: center;
9+ font-size:var(--joy-fontSize-lg);
10+ margin-top: 5px
11+ a:any-link {
12+ color: var(--joy-palette-primary-400);
13+ text-decoration-line: underline;
14+ cursor: auto;
15+ }
16+ }
17+ div div:has(.myWarning) {
18+ padding:0;
19+ }
20+ div:has(.myWarning) {
21+ width: 100%;
22+ }
23+ </style>
24+ <div class= 'myWarning'>
25+ Service disruption see alert on <a href="https://data.lsst.cloud">data.lsst.cloud</a>
26+ </div>
427 cleanupInterval : " 1h"
528 volumes :
629 sharedWorkarea :
You can’t perform that action at this time.
0 commit comments