Feat: preview deployments and typos

This commit is contained in:
ayntk-ai
2024-09-03 16:43:50 +02:00
parent f29bc52fa5
commit d5b7e9ed83
3 changed files with 27 additions and 10 deletions

View File

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

View File

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