North api
Merged
requested to merge north-api into 922-customising-jupyterhub-deployment-named-servers-and-volumes-2
Compare changes
+ 25
− 67
@@ -36,8 +36,8 @@ export function useNorthTool() {
@@ -36,8 +36,8 @@ export function useNorthTool() {
@@ -55,7 +55,7 @@ export const NorthToolButtons = React.memo(function NorthToolButton() {
@@ -55,7 +55,7 @@ export const NorthToolButtons = React.memo(function NorthToolButton() {
<LaunchButton fullWidth name={name} onClick={launch} disabled={state === 'stopping' || state === 'launching' || !state}>
@@ -90,55 +90,19 @@ const useStyles = makeStyles(theme => ({
@@ -90,55 +90,19 @@ const useStyles = makeStyles(theme => ({
@@ -151,34 +115,28 @@ const NorthTool = React.memo(function NorthTool({tool, uploadId, path, children}
@@ -151,34 +115,28 @@ const NorthTool = React.memo(function NorthTool({tool, uploadId, path, children}