From 5010bfcbf45a83ec9900e92f4507e3bbb6079dcc Mon Sep 17 00:00:00 2001 From: Martin <165722506+maddin8@users.noreply.github.com> Date: Tue, 2 Apr 2024 14:10:56 +0200 Subject: [PATCH] Fixes https://github.com/netbox-community/netbox/issues/15597: Document the value behind "Default" for the Custom Link "Button Class" --- docs/customization/custom-links.md | 34 +++++++++++++++--------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/docs/customization/custom-links.md b/docs/customization/custom-links.md index ed59841ff..ef01d5819 100644 --- a/docs/customization/custom-links.md +++ b/docs/customization/custom-links.md @@ -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