Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Vladislav Rykov
THSO.server
Commits
3b2bf2a8
Commit
3b2bf2a8
authored
Jul 04, 2020
by
Vladislav Rykov
Browse files
administration view card-icons added
parent
d44c906c
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
app/app/static/assets/js/plugins/bootstrap/dist/js/bootstrap.min.js
View file @
3b2bf2a8
This diff is collapsed.
Click to expand it.
app/app/templates/views/admin/administration.html
View file @
3b2bf2a8
...
...
@@ -17,6 +17,11 @@
<h5
class=
"card-title text-uppercase text-muted mb-0"
>
Users
</h5>
<span
class=
"h2 font-weight-bold mb-0"
>
{{ info[0] }}
</span>
</div>
<div
class=
"col-auto"
>
<div
class=
"icon icon-shape bg-yellow text-white rounded-circle shadow"
>
<i
class=
"fas fa-users"
></i>
</div>
</div>
</div>
</div>
</div>
...
...
@@ -29,6 +34,11 @@
<h5
class=
"card-title text-uppercase text-muted mb-0"
>
Applications
</h5>
<span
class=
"h2 font-weight-bold mb-0"
>
{{ info[1] }}
</span>
</div>
<div
class=
"col-auto"
>
<div
class=
"icon icon-shape bg-success text-white rounded-circle shadow"
>
<i
class=
"fas fa-cubes"
></i>
</div>
</div>
</div>
</div>
</div>
...
...
@@ -41,6 +51,11 @@
<h5
class=
"card-title text-uppercase text-muted mb-0"
>
Devices
</h5>
<span
class=
"h2 font-weight-bold mb-0"
>
{{ info[2] }}
</span>
</div>
<div
class=
"col-auto"
>
<div
class=
"icon icon-shape bg-info text-white rounded-circle shadow"
>
<i
class=
"fas fa-microchip"
></i>
</div>
</div>
</div>
</div>
</div>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment