@jupyterlab/running
Advanced tools
Comparing version 0.15.0 to 0.15.1
@@ -370,5 +370,7 @@ "use strict"; | ||
var refresh = document.createElement('button'); | ||
refresh.title = 'Refresh List'; | ||
refresh.className = REFRESH_CLASS; | ||
header.appendChild(refresh); | ||
var shutdown = document.createElement('button'); | ||
shutdown.title = 'Shutdown All Kernels…'; | ||
shutdown.className = SHUTDOWN_CLASS; | ||
@@ -375,0 +377,0 @@ header.appendChild(shutdown); |
{ | ||
"name": "@jupyterlab/running", | ||
"version": "0.15.0", | ||
"version": "0.15.1", | ||
"description": "JupyterLab - Running Sessions Panel", | ||
@@ -33,5 +33,5 @@ "homepage": "https://github.com/jupyterlab/jupyterlab", | ||
"dependencies": { | ||
"@jupyterlab/apputils": "^0.15.0", | ||
"@jupyterlab/coreutils": "^1.0.2", | ||
"@jupyterlab/services": "^1.1.0", | ||
"@jupyterlab/apputils": "^0.15.1", | ||
"@jupyterlab/coreutils": "^1.0.3", | ||
"@jupyterlab/services": "^1.1.1", | ||
"@phosphor/domutils": "^1.1.2", | ||
@@ -38,0 +38,0 @@ "@phosphor/messaging": "^1.2.2", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
72804
985
Updated@jupyterlab/apputils@^0.15.1
Updated@jupyterlab/coreutils@^1.0.3
Updated@jupyterlab/services@^1.1.1