Commit 40c17f2d authored by Fatih Acet's avatar Fatih Acet

Fix layout for cycle analytics.

parent 5fe993b3
......@@ -26,7 +26,7 @@
.dropdown {
position: relative;
top: 10px;
top: 13px;
}
}
......
......@@ -8,14 +8,15 @@
.content-block
= icon("spinner spin", "v-if" => "isLoading")
.container-fluid
.row
%template{"v-for" => "info in analytics.summary"}
.col-md-3.column
.col-xs-3.column
%span.header {{info.value}}
%br
%span.text {{info.desc}}
.col-md-3.column
.col-xs-3.column
.dropdown.inline.js-ca-dropdown
%button.dropdown-menu-toggle{"aria-expanded" => "false", "data-toggle" => "dropdown", :type => "button"}
%span.dropdown-label Last 30 days
......@@ -33,14 +34,15 @@
%ul.content-list{{"v-if" => "!notAvailable"}}
%li{"v-for" => "info in analytics.data"}
.container-fluid
.row
.col-md-10
.col-xs-10
%span
{{info.title}}
%br
%span
{{info.desc}}
.col-md-2
.col-xs-2
%span
{{info.value}}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment