diff --git a/app/resources/locales/en_US/operation.po b/app/resources/locales/en_US/operation.po index 2268a90d6..52a618c5d 100644 --- a/app/resources/locales/en_US/operation.po +++ b/app/resources/locales/en_US/operation.po @@ -126,6 +126,9 @@ msgstr "Make Primary" msgid "provision" msgstr "Provision Now" +msgid "provision.confirm" +msgstr "Are you sure you want to run provisioning?" + msgid "provisioning.status" msgstr "Provisioning Status" diff --git a/app/templates/ProvisioningTargets/status.php b/app/templates/ProvisioningTargets/status.php index 3781cbbf5..406ad3a14 100644 --- a/app/templates/ProvisioningTargets/status.php +++ b/app/templates/ProvisioningTargets/status.php @@ -53,16 +53,10 @@
- - +
- + @@ -74,34 +68,45 @@ - diff --git a/app/webroot/css/co-base.css b/app/webroot/css/co-base.css index f0447caa9..a2ff7122d 100644 --- a/app/webroot/css/co-base.css +++ b/app/webroot/css/co-base.css @@ -1550,6 +1550,9 @@ th, td { th { background-color: var(--cmg-color-bg-003); } +thead td.actions { + background-color: var(--cmg-color-bg-003); +} td { border-bottom: 1px solid var(--cmg-color-bg-005); }
- - + description; ?>