mirror of
https://github.com/sismics/docs.git
synced 2025-12-22 14:11:39 +00:00
Closes #206: action to process all files
This commit is contained in:
@@ -515,7 +515,8 @@
|
||||
},
|
||||
"action_type": {
|
||||
"ADD_TAG": "Add a tag",
|
||||
"REMOVE_TAG": "Remove a tag"
|
||||
"REMOVE_TAG": "Remove a tag",
|
||||
"PROCESS_FILES": "Process files"
|
||||
},
|
||||
"pagination": {
|
||||
"previous": "Previous",
|
||||
|
||||
@@ -116,6 +116,7 @@
|
||||
<select title="Action type" class="form-control" ng-model="transition.actionType">
|
||||
<option value="ADD_TAG">{{ 'action_type.ADD_TAG' | translate }}</option>
|
||||
<option value="REMOVE_TAG">{{ 'action_type.REMOVE_TAG' | translate }}</option>
|
||||
<option value="PROCESS_FILES">{{ 'action_type.PROCESS_FILES' | translate }}</option>
|
||||
</select>
|
||||
<span class="input-group-addon btn" ng-click="addAction(transition)">
|
||||
<span class="fas fa-plus-circle"></span>
|
||||
|
||||
Reference in New Issue
Block a user