Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasHocker committed May 11, 2021
1 parent d9fff38 commit 843c932
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
Binary file added Assets/autohide_after.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Assets/autohide_before.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ This extension powers-up Dynatrace dashboards to enable cool new experimental fe
- [TileCSS](#Tilecss)
- [Menu](#Menu)
- [Topcolor](#Topcolor)
- [Honeycomb](#Honeycomb)
- [Autohide](#Autohide)

## Installation
1. Install the extension from the
Expand Down Expand Up @@ -590,4 +592,17 @@ Explanation:
- `links=link1,link2` - merge data from other Explorer table tiles. NOTE: columns must match.

Example:
![honeycomb](Assets/honeycomb.png)
![honeycomb](Assets/honeycomb.png)

### Autohide
Automatically hide a tile's content if there's no data.

Syntax:
- `Out of memory containers !PU(autohide):`

Explanation:
- `!PU(autohide):` - denotes this powerup

Example:
![autohide_before](Assets/autohide_before.png)
![autohide_after](Assets/autohide_after.png)

0 comments on commit 843c932

Please sign in to comment.