Skip to content

Commit 9c9bb11

Browse files
authored
[UI] change jobs table to be more readable (#56)
* fixed-width table instead of scroll * expandable row for description * refresh button * auto refresh every 10 seconds * use simple pagination
1 parent 80a65a1 commit 9c9bb11

File tree

5 files changed

+222
-177
lines changed

5 files changed

+222
-177
lines changed

app/jupyterlab_manatee/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ async function activate(app: JupyterFrontEnd, docManager: IDocumentManager, tran
2929

3030
const sidebar = new DataCleanRoomSidebar({manager: docManager});
3131

32-
app.shell.add(sidebar, 'right', {rank: 850});
32+
app.shell.add(sidebar, 'right', {rank: 0});
3333

3434
if (restorer) {
3535
restorer.add(sidebar, "data-clean-room-side-bar");

0 commit comments

Comments
 (0)