feat(homepage-dashboard): initially collapse utilities section, and hide app version
This commit is contained in:
parent
7a4898b4db
commit
c96f08c3f1
1 changed files with 2 additions and 0 deletions
|
|
@ -333,6 +333,7 @@ in
|
|||
theme = "dark";
|
||||
color = "neutral";
|
||||
headerStyle = "clean";
|
||||
hideVersion = true;
|
||||
layout = [
|
||||
{
|
||||
"Public Services" = {
|
||||
|
|
@ -367,6 +368,7 @@ in
|
|||
style = "row";
|
||||
columns = 3;
|
||||
useEqualHeights = true;
|
||||
initiallyCollapsed = true;
|
||||
};
|
||||
}
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue