mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-18 03:21:36 -04:00
Handle error when loading the dashboard (#862)
* add error tab when the tab cannot be loaded * formatting * changing the look for error message per Smitha request
This commit is contained in:
@@ -57,6 +57,12 @@
|
||||
background: url("server_page_inverse.svg") center center no-repeat;
|
||||
}
|
||||
|
||||
.vs .icon.globalError,
|
||||
.vs-dark .icon.globalError,
|
||||
.hc-black .icon.globalError {
|
||||
background: url("globalerror.svg") center center no-repeat;
|
||||
}
|
||||
|
||||
.vs .icon.error,
|
||||
.vs-dark .icon.error,
|
||||
.hc-black .icon.error {
|
||||
|
||||
Reference in New Issue
Block a user