Skip to content

Commit 6457790

Browse files
committed
adjusting ui
1 parent ea663c2 commit 6457790

File tree

10 files changed

+248
-346
lines changed

10 files changed

+248
-346
lines changed

docs/hubSyncHandler/README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,25 @@ Environment variables specific to the 'Sync-Feature'
3232
| `SAFE_SETTINGS_HUB_DIRECT_PUSH` | Use a PR or direct commit | false |
3333

3434

35+
---
36+
---
37+
38+
## Hub Sync Scenarios
39+
40+
1. Sync the `Hub Admin Repo` changes to a `Safe-Settings Admin Repo` in **the same ORG** as the Hub Admin Repo.
41+
42+
2. Sync the `Hub Admin changes` to a `Safe-Settings Admin Repo` in **a different ORG**.
43+
44+
3. _`'Global'`_ `Hub Admin Repo` updates.
45+
Changes will `applied to all Organization`
46+
47+
48+
```mermaid
49+
flowchart LR
50+
PR --> Hub
51+
Hub --> ORG-A
52+
Hub -..- ORG-B
53+
Hub -..- ORG-C
54+
55+
56+
```

lib/utils.js

Whitespace-only changes.

ui/favico.ico

3.87 KB
Binary file not shown.

ui/favico.png

3.87 KB
Loading

ui/favicon.ico

-3.78 KB
Binary file not shown.

ui/shield.png

89 Bytes
Loading

ui/src/app/components/EnvVariables.jsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,7 @@ export default function EnvVariables() {
153153
</div>
154154
)}
155155
<div className="mt-3 d-flex justify-content-between small theme-text-secondary">
156-
<span>{sorted.length} shown / {rows.length} total</span>
157-
{lastFetchedAt && <span>Fetched {lastFetchedAt.toLocaleTimeString()}</span>}
156+
<span>{sorted.length} shown / {rows.length} total</span>
158157
</div>
159158
</div>
160159
);

0 commit comments

Comments
 (0)