Avoid removing name from epics list

stable
Xavier Julián 2016-09-21 13:03:54 +02:00 committed by David Barragán Merino
parent 60b7f4a1b9
commit 3f686d4c52
1 changed files with 0 additions and 7 deletions

View File

@ -19,7 +19,6 @@ mixin epicSwitch(name, model)
)
.name(
translate="EPICS.TABLE.NAME"
ng-if="vm.column.name"
)
.project(
translate="EPICS.TABLE.PROJECT"
@ -52,12 +51,6 @@ mixin epicSwitch(name, model)
for="epicSwitch-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
label.epics-table-options-vote(
translate="EPICS.TABLE.PROJECT"