mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2025-10-28 15:15:07 +01:00
feat: add edit of notice box content to admin settings
This commit is contained in:
@@ -6,7 +6,8 @@ new Config({
|
||||
props: {
|
||||
isAdmin: isAdmin,
|
||||
isApi: isApi,
|
||||
username: username
|
||||
username: username,
|
||||
ncontent: ncontent,
|
||||
},
|
||||
context: new Map([
|
||||
['cc-config', clusterCockpitConfig],
|
||||
|
||||
Reference in New Issue
Block a user