1
0
Fork 0
mirror of synced 2024-06-14 00:34:51 +12:00

fix(ui): add enum attribute

This commit is contained in:
Torsten Dittmann 2021-11-23 13:46:20 +01:00
parent f68ab29184
commit 7904d79916
4 changed files with 4 additions and 4 deletions

View file

@ -56,7 +56,6 @@ $logs = $this->getParam('logs', null);
<div data-ls-if="({{project-documents.sum}})" class="margin-top-negative">
<div class="margin-bottom-small text-align-end text-size-small text-fade"><span data-ls-bind="{{project-documents.sum}}"></span><span data-ls-if="{{project-documents.sum}} == <?php echo APP_LIMIT_COUNT; ?>">+</span> documents found</div>
<div class="box margin-bottom y-scroll text-size-small">
<table class="vertical borders">
<thead>
@ -237,7 +236,7 @@ $logs = $this->getParam('logs', null);
<div class="link new-attribute-ip"><i class="avatar icon-ip"></i> New IP Attribute</div>
</li>
<li>
<div class="link new-attribute-enum"><i class="avatar icon-string"></i> New Enum Attribute</div>
<div class="link new-attribute-enum"><i class="avatar icon-enum"></i> New Enum Attribute</div>
</li>
</ul>
</div>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -137,6 +137,7 @@
.icon-integer:before { content: '\e853'; } /* '' */
.icon-float:before { content: '\e854'; } /* '' */
.icon-double:before { content: '\e854'; } /* '' */
.icon-enum:before { content: '\e812'; } /* '' */
.icon-ip:before { content: '\e855'; } /* '' */
.icon-more:before { content: '\e856'; } /* '' */
.icon-key:before { content: '\e857'; } /* '' */