We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f42ca54 commit 419ee86Copy full SHA for 419ee86
nbresuse/static/main.js
@@ -44,7 +44,7 @@ define([
44
if (limits['memory']) {
45
if (limits['memory']['rss']) {
46
maxMemoryUsage = humanFileSize(limits['memory']['rss']);
47
- display += "/" + maxMemoryUsage
+ display += " / " + maxMemoryUsage
48
}
49
if (limits['memory']['warn']) {
50
$('#nbresuse-display').addClass('nbresuse-warn');
@@ -76,4 +76,4 @@ define([
76
return {
77
load_ipython_extension: load_ipython_extension,
78
};
79
-});
+});
0 commit comments