Tutorials
It seems cool, but if you are using dark mode viewing this doc page, you will find the above image is a bit weird: its background does not match our docs page, it is too gray.So let’s change it.
/home
url path, Click dashboard settin button on the top right corner of dashboardstyles
tabDark Rainbow
background imagebackground color
to rgb(15,23,42)
enable background
to on
close the setting modal, you will see the dashboard is more beautiful now.
If you refresh home page, all changes will be lost, so we need to save our settings.
Ctrl+S
to open saving modalView changes
to see what changes you have made, then close it, go back to saving modaldescribe changes
, e.g: update dashboard background stylesSubmit
to save your changes.Now, we have save our dashboard, and give a message to describe our changes, so we can easily find it in the future.
Sometimes we need to view history changes, so we can easily find what has changed, and revert to a history version if needed.
View History
menu itempreview
button on a history can set current dashboard to that history versionpreview
version, just save it again, that easy !Default language is English and default theme is dark, you can change them:
When background image
of a dashboard is set, the dashboard will has its own theme, you can view it in Dashboard setting -> Styels -> Background color mode
, in this situation , change theme may have no effects to current dashboard.
As we set background image for Home dashboard, you can see nothing happended to background when switching theme, only text color seems to be weird.
Next, let’s modify the welcome panel to add a panel title: Hello.
At this moment, you will see no title in the welcome panel, because the title is empty. But we need to click the title to edit the panel, how can we do that?
The above image shows what to do, hover the mouse over the center of the panel header, then you will see mouse cursor changes to a hand, click it to open the edit menu.
Eidt
menu item to open panel editorPanel
tab on the rightBasic Setting
to expand basic sectionHello
in Panel Title
input box, you should see there is a title appeared in the header of left panelApply
button on the top right corner to apply changes to current panelNow, you have added a title to panel, but wait.. Hello
text is on our panel border, it is not beautiful, let’s fix it.
For now, hello
title is on the border of panel, we want to move it a bit to the top:
styles
tab on the right, besides Panel
tabPanel border
section? Border5
is our panel border, you can change it to other borders you like, but for now, leave it as it is.Title styles
section, modify padding bottom
to 35px
You can see, the title is moved up a bit, and not on the border anymore.
Ok thats all, Apply
the changes in panel editor, and save the dashboard, let’s move on.