1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

B #5436: Fix sunday value in scheduled actions (#1798)

(cherry picked from commit b168efbce7aee60ae2dde0471b1aa543046260a8)
This commit is contained in:
Frederick Borges 2022-02-21 19:44:11 +01:00 committed by Tino Vazquez
parent 1a37c96b8c
commit 5f48b32d65
No known key found for this signature in database
GPG Key ID: 14201E424D02047E

View File

@ -242,7 +242,7 @@ define(function (require) {
<input type=\"checkbox\" id=\"thu\" name=\"days\" value=\"4\"><label for=\"thu\">" + Locale.tr("Th") + "</label>\
<input type=\"checkbox\" id=\"fri\" name=\"days\" value=\"5\"><label for=\"fri\">" + Locale.tr("Fr") + "</label>\
<input type=\"checkbox\" id=\"sat\" name=\"days\" value=\"6\"><label for=\"sat\">" + Locale.tr("Sa") + "</label>\
<input type=\"checkbox\" id=\"sun\" name=\"days\" value=\"7\"><label for=\"sun\">" + Locale.tr("Su") + "</label>\
<input type=\"checkbox\" id=\"sun\" name=\"days\" value=\"0\"><label for=\"sun\">" + Locale.tr("Su") + "</label>\
</div>";
break;
case "month":