mirror of
https://github.com/OpenNebula/one.git
synced 2024-12-25 23:21:29 +03:00
M #-: Fix Label button to Update action
Now when you update an action, label is "Edit", i suggest to change it into "Update" HTH Alessandro (cherry picked from commitbacd1cbf15
) (cherry picked from commit38c9f2d1b1
)
This commit is contained in:
parent
fad0484c2c
commit
387d779c32
@ -137,6 +137,6 @@
|
||||
<tr class="create">
|
||||
<td>
|
||||
<button style="margin-top: 15px;" id="add_{{res}}_action_json" class="button small success secondary radius">{{tr "Add"}}</button>
|
||||
<button style="margin-top: 15px;" id="edit_{{res}}_action_json" class="button small warning radius">{{tr "Edit"}}</button>
|
||||
<button style="margin-top: 15px;" id="edit_{{res}}_action_json" class="button small success radius">{{tr "Update"}}</button>
|
||||
</td>
|
||||
</tr>
|
Loading…
Reference in New Issue
Block a user