Identify test instances
iTop uses by default the light-grey
theme, to
specify the look and feel of the Console. We have added a new theme
to identify at a glance, your test instances using theme
test-red
Those themes can be used to
differentiate your iTop test instance from your production
environment, as this is defined per instance of iTop.
How to change the theme
- Configuration
-
'backoffice_default_theme' => 'test-red',
If you change the default theme,
only users who do not have set a specific theme in
their preferences, will get the new default one.
If you uses iTop built in config
editor, refresh the page after having saved the theme to see the
changes.
Changing the Console colors
You can modify the Console colors with an extension or for Combodo's customers with the ITSM Designer.
iTop Markup
With the 2.7, we have added markup information in some pages (console and portals):
Some of the markup
Added markup on an object details:
-
class=“object-details”
-
data-object-class=“UserRequest”
-
data-object-id=“34”
-
data-object-mode=“view” or “edit”
Added markup on a field within the details of an object
-
data-attribute-type=“AttributeEnum”
-
data-attribute-code=“status”
-
data-value-raw=“new” - For an enum, this is the
code
not the translated value
Added markup on a row within a
list of objects
Added markup on a field within a list of objects
Customization
With the added Markup HTML, you can write clean code
to modify the way objects are displayed in iTop.
Here is an example: Highlight status in Console
3_0_0/feature/markup.txt · Last
modified: 2023/04/14 11:25 by 127.0.0.1