Stylesheets Overview
Get started now: How to Add or Manage Stylesheet user guide.
The Stylesheet Overview in the Customize main menu is where a Nodinite Administrator manages user-defined Stylesheets that are being used in Log Views and Monitoring Alerts.
In the Stylesheet Overview, you will find a sortable list of user-defined Stylesheets. An extensive list of Stylesheets can be narrowed down by typing characters into the filter text box.
Example list of defined Stylesheets.
The stylesheet can set the content-type header to render the correct output, see more in the documentation
Nodinite uses the attributes media-type or method. Use the element 'xsl:output' to set the correct MIME type. The evaluation rule is as follows:
- If set, the system makes use of the value set on the media-type
- Else, use any of the following the methods:
- html -> text/html
- xml -> text/xml
- text -> text/plain
Manage Stylesheet
The available functionalities for managing the Stylesheet are:
- Add new Stylesheet
- Edit an Stylesheet
- Delete Stylesheet
- Restore deleted Stylesheet
- Filter the list of Stylesheets
- Sort
Add new Stylesheet
To create a new Stylesheet, click the "Add Stylesheet" button to open the Stylesheet editor.
Here's an example of the Add new Stylesheet button.
Edit Stylesheet
To Edit an existing Stylesheet simply click on the link in the Name column or open the menu from the "Actions" button and click on the "Edit" menu item.
Click the 'Edit' menu item to Edit an existing Stylesheet.
Delete Stylesheet
To Delete an existing Stylesheet, open the menu from the "Actions" button and click the "Delete" menu item.
Click the 'Delete' menu item to Delete an existing Stylesheet
Restore deleted Stylesheet
To Restore a deleted Stylesheet you must first check the "Show deleted Stylesheets" checkbox.
When checked, include deleted Stylesheets in the list.
Then open the menu from the "Actions" button and click on the "Restore" menu item.
Click the 'Restore' menu item to Restore a deleted Stylesheet
Frequently asked questions / Troubleshooting
You can create new, edit and delete Stylesheets using the Nodinite Web Client.
How do I create a new Stylesheet?
To create a new Stylesheet, follow the steps in the Add or Manage Stylesheet user guide.