mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 20:14:49 +00:00
remove app metrics from app show
This commit is contained in:
@@ -299,14 +299,14 @@ export class AppShowPage {
|
|||||||
disabled: [],
|
disabled: [],
|
||||||
},
|
},
|
||||||
// metrics
|
// metrics
|
||||||
{
|
// {
|
||||||
action: () => this.navCtrl.navigateForward(['metrics'], { relativeTo: this.route }),
|
// action: () => this.navCtrl.navigateForward(['metrics'], { relativeTo: this.route }),
|
||||||
title: 'Monitor',
|
// title: 'Monitor',
|
||||||
icon: 'pulse-outline',
|
// icon: 'pulse-outline',
|
||||||
color: 'danger',
|
// color: 'danger',
|
||||||
// @TODO make the disabled check better. Don't want to list every status here. Monitor should be disabled except is pkg is running.
|
// // @TODO make the disabled check better. Don't want to list every status here. Monitor should be disabled except is pkg is running.
|
||||||
disabled: [FEStatus.Installing, FEStatus.Updating, FEStatus.Removing, FEStatus.BackingUp, FEStatus.Restoring],
|
// disabled: [FEStatus.Installing, FEStatus.Updating, FEStatus.Removing, FEStatus.BackingUp, FEStatus.Restoring],
|
||||||
},
|
// },
|
||||||
// logs
|
// logs
|
||||||
{
|
{
|
||||||
action: () => this.navCtrl.navigateForward(['logs'], { relativeTo: this.route }),
|
action: () => this.navCtrl.navigateForward(['logs'], { relativeTo: this.route }),
|
||||||
|
|||||||
Reference in New Issue
Block a user