Ad Widget

Collapse

Dashboard button (URL) as widget

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Brambo
    Senior Member
    • Jul 2023
    • 245

    #1

    Dashboard button (URL) as widget

    Using 7.0 LTS The only solution I found so far is using a map element with a link to then reuse it as a widget on a dashboard which functions a a link (to a detailed dashboard).
    But maintaining this is not something which is really usable.
    Is there perhaps custom widget which could be used as a simple button like widget with on click follow a URL.
    The URL widget can't be used as this loads the link and I only want to see the detailed dashboard when clicked..
  • Brambo
    Senior Member
    • Jul 2023
    • 245

    #2
    I ended up using https://github.com/initMAX/Zabbix-UI-Widgets-headerMAX/ and as it's based on GNU license you are free to edit it.
    Getting the URL functionality in it can be done relative easy without getting the PRO function. This could be done by commenting a strip_tags command but as I myself are not sure what other impact that could have it's up to you if you want to go that route or maybe pay for a pro version.
    Click image for larger version  Name:	image.png Views:	0 Size:	23.2 KB ID:	505587
    Because of the disabled strp_tags I can freely add HTML in the field and it's parsed like html. Without disabling html tags will be stripped.

    Comment

    Working...