mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-18 15:33:02 +00:00
set variant on server buttons
variant determines the color
This commit is contained in:
@@ -164,6 +164,7 @@ const ServerDashboard = (props) => {
|
|||||||
return (
|
return (
|
||||||
<Button
|
<Button
|
||||||
size="xs"
|
size="xs"
|
||||||
|
variant={variant}
|
||||||
className={extraClass}
|
className={extraClass}
|
||||||
disabled={isDisabled || server.pending}
|
disabled={isDisabled || server.pending}
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
|
Reference in New Issue
Block a user