Web: reduce workers table height
The 720px was almost filling up the entire height, making it hard to add anything new at the top. Soon it should be auto-resizing anyway, making this less relevant.
This commit is contained in:
parent
375a6666c2
commit
b41feee313
@ -67,7 +67,7 @@ export default {
|
|||||||
initialSort: [
|
initialSort: [
|
||||||
{ column: "nickname", dir: "asc" },
|
{ column: "nickname", dir: "asc" },
|
||||||
],
|
],
|
||||||
height: "720px", // Must be set in order for the virtual DOM to function correctly.
|
height: "360px", // Must be set in order for the virtual DOM to function correctly.
|
||||||
data: [], // Will be filled via a Flamenco API request.
|
data: [], // Will be filled via a Flamenco API request.
|
||||||
selectable: false, // The active worker is tracked by click events, not row selection.
|
selectable: false, // The active worker is tracked by click events, not row selection.
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user