mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-31 04:23:40 +00:00
Merge branch 'rebase/integration/refactors' of github.com:Start9Labs/start-os into rebase/feat/domains
This commit is contained in:
@@ -22,12 +22,4 @@ export class ServerSpecsPage {
|
|||||||
get gitHash(): string {
|
get gitHash(): string {
|
||||||
return this.config.gitHash
|
return this.config.gitHash
|
||||||
}
|
}
|
||||||
|
|
||||||
launch(url: string): void {
|
|
||||||
window.open(url, '_blank', 'noreferrer')
|
|
||||||
}
|
|
||||||
|
|
||||||
asIsOrder(a: any, b: any) {
|
|
||||||
return 0
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user