1
0
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 commit bacd1cbf15)
(cherry picked from commit 38c9f2d1b1)
This commit is contained in:
Lota Bi 2023-04-13 11:57:29 +02:00 committed by Ruben S. Montero
parent fad0484c2c
commit 387d779c32
No known key found for this signature in database
GPG Key ID: A0CEA6FA880A1D87

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>