TT#88519 Fix default dashboard layout on ngcp-admin-ui

The dashboard is the default page which user see on login.
Unfortunately, the current  v1 padding 30px looks miss-aligned on v2.
Let's remove the padding here to improve v2 first impression.
As side effect here: dashboard will use full page on v2,
which actually looks pretty nice on v2. Let's give it a try.

Change-Id: I6345986955a5a1783ec98be55f2273778101b83b
mr9.0
Alexander Lutay 5 years ago
parent 0ce823b822
commit 12ad4079a8

@ -32,7 +32,7 @@ $(document).ready(function () {
[% wcount = enabled_widgets.size() > 4 ? 4 : enabled_widgets.size() -%]
<div class="row">
<div class="span12">
<div [% IF !framed -%]class="span12"[% END -%]>
<div class="pricing-plans plans-[% wcount %]">
[% FOR w IN enabled_widgets -%]
[% INCLUDE $w -%]

Loading…
Cancel
Save