aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/instance/feature-boolean.component.html
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/shared/instance/feature-boolean.component.html')
-rw-r--r--client/src/app/shared/instance/feature-boolean.component.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/client/src/app/shared/instance/feature-boolean.component.html b/client/src/app/shared/instance/feature-boolean.component.html
new file mode 100644
index 000000000..ac208fc13
--- /dev/null
+++ b/client/src/app/shared/instance/feature-boolean.component.html
@@ -0,0 +1,3 @@
1<span *ngIf="value === true" class="glyphicon glyphicon-ok"></span>
2<span *ngIf="value === false" class="glyphicon glyphicon-remove"></span>
3