mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-02 05:23:14 +00:00
UI cosmetic improvements (#1486)
* resize alerts and modals * fix log color * closes #1404 Co-authored-by: Matt Hill <matthill@Matt-M1.local>
This commit is contained in:
@@ -796,7 +796,7 @@ export module Mock {
|
||||
code: 4,
|
||||
level: NotificationLevel.Error,
|
||||
title: 'Service Crashed',
|
||||
message: new Array(50)
|
||||
message: new Array(40)
|
||||
.fill(
|
||||
`2021-11-27T18:36:30.451064Z 2021-11-27T18:36:30Z tor: Thread interrupt
|
||||
2021-11-27T18:36:30.452833Z 2021-11-27T18:36:30Z Shutdown: In progress...
|
||||
@@ -922,7 +922,7 @@ export module Mock {
|
||||
{
|
||||
timestamp: '2019-12-26T14:21:30.872Z',
|
||||
message:
|
||||
'2021/11/09 22:55:04 \u001b[0;32;49mPOST \u001b[0;32;49m200\u001b[0m photoview.embassy/api/graphql \u001b[0;36;49m1.169406ms\u001b[0m unauthenticated',
|
||||
'2021/11/09 22:55:04 \u001b[34mPOST \u001b[0;32;49m200\u001b[0m photoview.embassy/api/graphql \u001b[0;36;49m1.169406ms\u001b[0m unauthenticated',
|
||||
},
|
||||
{
|
||||
timestamp: '2019-12-26T14:22:30.872Z',
|
||||
|
||||
@@ -19,7 +19,7 @@ export const mockPatchData: DataModel = {
|
||||
gaming: undefined,
|
||||
},
|
||||
'server-info': {
|
||||
id: 'embassy-abcdefgh',
|
||||
id: 'abcdefgh',
|
||||
version: '0.3.1',
|
||||
'last-backup': null,
|
||||
'lan-address': 'https://embassy-abcdefgh.local',
|
||||
|
||||
@@ -117,7 +117,6 @@ export class MarketplaceService extends AbstractMarketplaceService {
|
||||
this.loadingCtrl.create({
|
||||
spinner: 'lines',
|
||||
message: 'Beginning Installation',
|
||||
cssClass: 'loader',
|
||||
}),
|
||||
),
|
||||
).pipe(
|
||||
|
||||
@@ -31,7 +31,6 @@ export class ServerConfigService {
|
||||
const loader = await this.loadingCtrl.create({
|
||||
spinner: 'lines',
|
||||
message: 'Saving...',
|
||||
cssClass: 'loader',
|
||||
})
|
||||
loader.present()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user