1
0
mirror of https://github.com/OpenNebula/one.git synced 2024-12-25 23:21:29 +03:00

Fix Label button to Update action

Now when you update an action, label is "Edit",
i suggest to change it into "Update"

HTH
Alessandro
This commit is contained in:
Lota Bi 2023-04-13 11:57:29 +02:00 committed by GitHub
parent c8943e8b83
commit bacd1cbf15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>