diff options
author | Volpeon <git@volpeon.ink> | 2023-10-27 13:58:17 +0200 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2023-10-27 13:58:17 +0200 |
commit | c8b7e1475ed10168080bff0c1c7274fa28997ec7 (patch) | |
tree | da5274c6aac84cb77bf25953b77ee8572d7646f1 /tpl/views/status-indicator.pug | |
parent | Update (diff) | |
download | iro-design-c8b7e1475ed10168080bff0c1c7274fa28997ec7.tar.gz iro-design-c8b7e1475ed10168080bff0c1c7274fa28997ec7.tar.bz2 iro-design-c8b7e1475ed10168080bff0c1c7274fa28997ec7.zip |
Add primary static indicator
Diffstat (limited to 'tpl/views/status-indicator.pug')
-rw-r--r-- | tpl/views/status-indicator.pug | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tpl/views/status-indicator.pug b/tpl/views/status-indicator.pug index 6d7ad30..553e454 100644 --- a/tpl/views/status-indicator.pug +++ b/tpl/views/status-indicator.pug | |||
@@ -3,6 +3,8 @@ mixin view-status-indicator | |||
3 | .c-box | 3 | .c-box |
4 | +status-indicator | 4 | +status-indicator |
5 | = ' ' | 5 | = ' ' |
6 | +status-indicator('primary') | ||
7 | = ' ' | ||
6 | +status-indicator('green') | 8 | +status-indicator('green') |
7 | = ' ' | 9 | = ' ' |
8 | +status-indicator('yellow') | 10 | +status-indicator('yellow') |