disable dashboard until it is implemented fully
This commit is contained in:
@@ -59,7 +59,7 @@
|
||||
display: grid;
|
||||
grid-template-rows: auto 1fr;
|
||||
position: relative;
|
||||
background: var(--color-bg-bright);
|
||||
background: var(--color-box);
|
||||
border-radius: var(--radius);
|
||||
box-shadow: var(--shadow-short);
|
||||
color: var(--color-text);
|
||||
|
||||
@@ -12,8 +12,10 @@
|
||||
|
||||
<script>
|
||||
|
||||
import DashboardElement from '../../dashboard/element.vue';
|
||||
|
||||
export default {
|
||||
|
||||
components: { DashboardElement }
|
||||
}
|
||||
</script>
|
||||
|
||||
@@ -27,8 +29,7 @@
|
||||
.dashboard-elements
|
||||
{
|
||||
display: grid;
|
||||
padding: 20px;
|
||||
padding-left: 0;
|
||||
padding: var(--padding);
|
||||
gap: 16px;
|
||||
grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
|
||||
grid-auto-rows: minmax(240px, auto);
|
||||
|
||||
@@ -31,7 +31,7 @@ namespace zero.Web.Defaults
|
||||
|
||||
public override void Configure(IZeroOptions zero)
|
||||
{
|
||||
zero.Sections.Add<DashboardSection>();
|
||||
//zero.Sections.Add<DashboardSection>();
|
||||
zero.Sections.Add<PagesSection>();
|
||||
zero.Sections.Add<SpacesSection>();
|
||||
zero.Sections.Add<MediaSection>();
|
||||
|
||||
Reference in New Issue
Block a user