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