mirror of
https://github.com/OpenNebula/one.git
synced 2025-01-12 09:17:41 +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 commit bacd1cbf15
)
This commit is contained in:
parent
82a6ee4dbe
commit
38c9f2d1b1
@ -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>
|
||||
</tr>
|
||||
|
Loading…
Reference in New Issue
Block a user