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";
|
theme = "dark";
|
||||||
color = "neutral";
|
color = "neutral";
|
||||||
headerStyle = "clean";
|
headerStyle = "clean";
|
||||||
|
hideVersion = true;
|
||||||
layout = [
|
layout = [
|
||||||
{
|
{
|
||||||
"Public Services" = {
|
"Public Services" = {
|
||||||
|
|
@ -367,6 +368,7 @@ in
|
||||||
style = "row";
|
style = "row";
|
||||||
columns = 3;
|
columns = 3;
|
||||||
useEqualHeights = true;
|
useEqualHeights = true;
|
||||||
|
initiallyCollapsed = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue