BUG-14923 Field in Dashboards SOLVED
- Add span in file class.pmDashlet.php
This commit is contained in:
@@ -320,9 +320,7 @@ class PMDashlet extends DashletInstance implements DashletInterface
|
||||
}
|
||||
}
|
||||
foreach ($dashletsInstances as $key => $field) {
|
||||
if ($field['DAS_CLASS'] == 'dashletCustomDrillDown') {
|
||||
$dashletsInstances[$key]['DAS_TITLE'] = $field['DAS_TITLE'] . '</span><span style="float:right; font: bold;" id="'. $field['DAS_INS_UID'] .'">';
|
||||
}
|
||||
$dashletsInstances[$key]['DAS_TITLE'] = $field['DAS_TITLE'] . '</span><span style="float:right; font: bold;" id="'. $field['DAS_INS_UID'] .'">';
|
||||
}
|
||||
// Check for role assigments
|
||||
// ToDo: Next release
|
||||
|
||||
Reference in New Issue
Block a user