Commit 693b58478bbbda3e1d61584691a0f589d4cf497e
1 parent
29c35ead
Hide fixed table header in entity attributes table when in widget selection mode.
Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -126,7 +126,7 @@ |
126 | 126 | </md-toolbar> |
127 | 127 | <md-table-container ng-show="mode!='widget'"> |
128 | 128 | <table class="tb-attribute-table" md-table md-row-select multiple="" ng-model="selectedAttributes" md-progress="attributesDeferred.promise"> |
129 | - <thead fix-head md-head md-order="query.order" md-on-reorder="onReorder"> | |
129 | + <thead ng-show="mode!='widget'" fix-head md-head md-order="query.order" md-on-reorder="onReorder"> | |
130 | 130 | <tr md-row> |
131 | 131 | <th md-column md-order-by="lastUpdateTs"><span translate>attribute.last-update-time</span></th> |
132 | 132 | <th md-column md-order-by="key"><span translate>attribute.key</span></th> | ... | ... |