1
0
mirror of https://github.com/sismics/docs.git synced 2025-12-21 05:31:42 +00:00

Closes #99: Update /app/batch/clean_storage & /app/batch/acl_tags

This commit is contained in:
jendib
2016-05-09 19:11:44 +02:00
parent 4a512af178
commit b9cd113dc0
2 changed files with 22 additions and 19 deletions

View File

@@ -29,7 +29,7 @@
<option ng-repeat="tag0 in tags"
ng-if="tag0.id != tag.id"
ng-selected="tag.parent == tag0.id"
value="{{ tag0.id }}">Parent: {{ tag0.name }}</option>
value="{{ tag0.id }}">{{ tag0.name }}</option>
</select>
</div>
</div>