Merge branch 'rebase/integration/refactors' of github.com:Start9Labs/start-os into rebase/feat/domains

This commit is contained in:
Matt Hill
2023-08-08 10:46:07 -06:00

View File

@@ -22,12 +22,4 @@ export class ServerSpecsPage {
get gitHash(): string {
return this.config.gitHash
}
launch(url: string): void {
window.open(url, '_blank', 'noreferrer')
}
asIsOrder(a: any, b: any) {
return 0
}
}