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
d9839bd1
Commit
d9839bd1
authored
Jul 02, 2020
by
Vladislav Rykov
Browse files
admin users view icons added
parent
918bd671
Changes
1
Show whitespace changes
Inline
Side-by-side
app/app/templates/views/admin/users.html
View file @
d9839bd1
...
@@ -23,6 +23,11 @@
...
@@ -23,6 +23,11 @@
<h5
class=
"card-title text-uppercase text-muted mb-0"
>
Users
</h5>
<h5
class=
"card-title text-uppercase text-muted mb-0"
>
Users
</h5>
<span
class=
"h2 font-weight-bold mb-0"
>
{{ info[0] }}
</span>
<span
class=
"h2 font-weight-bold mb-0"
>
{{ info[0] }}
</span>
</div>
</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>
</div>
</div>
</div>
...
@@ -35,6 +40,11 @@
...
@@ -35,6 +40,11 @@
<h5
class=
"card-title text-uppercase text-muted mb-0"
>
Applications
</h5>
<h5
class=
"card-title text-uppercase text-muted mb-0"
>
Applications
</h5>
<span
class=
"h2 font-weight-bold mb-0"
>
{{ info[1] }}
</span>
<span
class=
"h2 font-weight-bold mb-0"
>
{{ info[1] }}
</span>
</div>
</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>
</div>
</div>
</div>
...
@@ -47,6 +57,11 @@
...
@@ -47,6 +57,11 @@
<h5
class=
"card-title text-uppercase text-muted mb-0"
>
Devices
</h5>
<h5
class=
"card-title text-uppercase text-muted mb-0"
>
Devices
</h5>
<span
class=
"h2 font-weight-bold mb-0"
>
{{ info[2] }}
</span>
<span
class=
"h2 font-weight-bold mb-0"
>
{{ info[2] }}
</span>
</div>
</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>
</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