Avoid removing name from epics list
parent
60b7f4a1b9
commit
3f686d4c52
|
@ -19,7 +19,6 @@ mixin epicSwitch(name, model)
|
||||||
)
|
)
|
||||||
.name(
|
.name(
|
||||||
translate="EPICS.TABLE.NAME"
|
translate="EPICS.TABLE.NAME"
|
||||||
ng-if="vm.column.name"
|
|
||||||
)
|
)
|
||||||
.project(
|
.project(
|
||||||
translate="EPICS.TABLE.PROJECT"
|
translate="EPICS.TABLE.PROJECT"
|
||||||
|
@ -52,12 +51,6 @@ mixin epicSwitch(name, model)
|
||||||
for="epicSwitch-votes"
|
for="epicSwitch-votes"
|
||||||
)
|
)
|
||||||
+epicSwitch('switch-votes', 'vm.column.votes')
|
+epicSwitch('switch-votes', 'vm.column.votes')
|
||||||
.fieldset
|
|
||||||
label.epics-table-options-vote(
|
|
||||||
translate="EPICS.TABLE.NAME"
|
|
||||||
for="switch-name"
|
|
||||||
)
|
|
||||||
+epicSwitch('switch-name', 'vm.column.name')
|
|
||||||
.fieldset
|
.fieldset
|
||||||
label.epics-table-options-vote(
|
label.epics-table-options-vote(
|
||||||
translate="EPICS.TABLE.PROJECT"
|
translate="EPICS.TABLE.PROJECT"
|
||||||
|
|
Loading…
Reference in New Issue