mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2025-12-18 21:26:17 +01:00
link to public dashboard in admin options, add return button do public dashboard
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
|
||||
Properties:
|
||||
- `ncontent String`: The homepage notice content
|
||||
- `clusters [String]`: The available clusternames
|
||||
-->
|
||||
|
||||
<script>
|
||||
@@ -17,7 +18,8 @@
|
||||
|
||||
/* Svelte 5 Props */
|
||||
let {
|
||||
ncontent
|
||||
ncontent,
|
||||
clusters
|
||||
} = $props();
|
||||
|
||||
/* Const Init*/
|
||||
@@ -66,6 +68,6 @@
|
||||
<Col>
|
||||
<EditProject reloadUser={() => getUserList()} />
|
||||
</Col>
|
||||
<Options config={ccconfig}/>
|
||||
<Options config={ccconfig} {clusters}/>
|
||||
<NoticeEdit {ncontent}/>
|
||||
</Row>
|
||||
|
||||
Reference in New Issue
Block a user