Fixes https://github.com/netbox-community/netbox/issues/15597: Document the value behind "Default" for the Custom Link "Button Class"

This commit is contained in:
Martin 2024-04-02 14:10:56 +02:00 committed by GitHub
parent 65b399c8b8
commit 5010bfcbf4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -67,22 +67,22 @@ Button classes can be specified for custom links which will make the dropdown bu
The following values are possible when bulk-importing custom links: The following values are possible when bulk-importing custom links:
| Button class | Value for bulk imports | | Button class | Value for bulk imports |
|-----------|-------------------------------------------------------------------------------------------------------------------| |---------------|------------------------|
| `Default` | `outline-dark` | | Default | `outline-dark` |
| `Blue` | `blue` | | Blue | `blue` |
| `Indigo` | `indigo` | | Indigo | `indigo` |
| `Purple` | `purple` | | Purple | `purple` |
| `Pink` | `pink` | | Pink | `pink` |
| `Red` | `red` | | Red | `red` |
| `Orange` | `orange` | | Orange | `orange` |
| `Yellow` | `yellow` | | Yellow | `yellow` |
| `Green` | `green` | | Green | `green` |
| `Teal` | `teal` | | Teal | `teal` |
| `Cyan` | `cyan` | | Cyan | `cyan` |
| `Gray` | `gray` | | Gray | `gray` |
| `Black` | `black` | | Black | `black` |
| `White` | `white` | | White | `white` |
| `Link` | `ghost-dark` | | Link | `ghost-dark` |
## Table Columns ## Table Columns