N°1325 Dashboards: Unknown dashlets (eg. from an uninstalled extension) no longer raise an exception, a fallback is displayed and the XML configuration is still available in editor.

SVN:trunk[5384]
This commit is contained in:
Guillaume Lajarige
2018-03-06 14:07:33 +00:00
parent 34dab0c498
commit 68cdd6b8a9
5 changed files with 425 additions and 155 deletions

View File

@@ -1599,6 +1599,14 @@ td.prop_icon {
.dashlet-content .display_block {
text-align: left;
}
.dashlet-unknown .dashlet-content {
padding: 8px;
background-color: #f2f2f2;
text-align: center;
}
.dashlet-unknown .dashlet-content .dashlet-ukn-text {
margin-top: 10px;
}
.prop_apply .ui-icon-alert {
display: none;
}