mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-15 20:18:17 -06:00
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:
parent
65b399c8b8
commit
5010bfcbf4
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user