mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-31 04:23:40 +00:00
Update server-show.page.ts
This commit is contained in:
committed by
Aiden McClelland
parent
0809ff9f57
commit
199ce9a56f
@@ -70,7 +70,7 @@ export class ServerShowPage {
|
|||||||
}
|
}
|
||||||
|
|
||||||
async presentAlertHardRestart () {
|
async presentAlertHardRestart () {
|
||||||
const minutes = Object.keys(this.patch.data['package-data']).length
|
const minutes = Object.keys(this.patch.data['package-data']).length * 2
|
||||||
const alert = await this.alertCtrl.create({
|
const alert = await this.alertCtrl.create({
|
||||||
header: 'Warning',
|
header: 'Warning',
|
||||||
message: `Do not hard restart unless your Embassy is in a corrupt state or you have been instructed by a Start9 support representitive. This process may take up to ${minutes} minutes.`,
|
message: `Do not hard restart unless your Embassy is in a corrupt state or you have been instructed by a Start9 support representitive. This process may take up to ${minutes} minutes.`,
|
||||||
|
|||||||
Reference in New Issue
Block a user