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

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