Feat: preview deployments and typos
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
title="Confirm Database Restart?"
|
||||
buttonTitle="Restart"
|
||||
submitAction="restart"
|
||||
:actions="['This database will be restarted.', 'If the database is currently in active use data could be lost.']"
|
||||
:actions="['This database will be restarted.', 'If the database is currently in use data could be lost.']"
|
||||
:confirmWithText="false"
|
||||
:confirmWithPassword="false"
|
||||
step2ButtonText="Restart Database"
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
submitAction="delete"
|
||||
:actions="[
|
||||
'The init-script of this database will be permanently deleted.',
|
||||
'If you are actively using this init-script, it could cause errors on redeployments.'
|
||||
'If you are actively using this init-script, it could cause errors on redeployment.'
|
||||
]"
|
||||
confirmationText="{{ $filename }}"
|
||||
confirmationLabel="Please confirm the execution of the actions by entering the init-script name below"
|
||||
|
||||
Reference in New Issue
Block a user