querysub 0.283.0 → 0.284.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -64,8 +64,6 @@ export class MachinesListPage extends qreact.Component {
|
|
|
64
64
|
</button>
|
|
65
65
|
)}
|
|
66
66
|
|
|
67
|
-
<DeployMachineButtons machines={machines.map(x => x[1]).filter(isDefined)} />
|
|
68
|
-
|
|
69
67
|
{this.state.isDeleteMode && (
|
|
70
68
|
<div className={css.hbox(8)}>
|
|
71
69
|
<div className={css.pad2(8, 4)}>
|
|
@@ -112,6 +110,8 @@ export class MachinesListPage extends qreact.Component {
|
|
|
112
110
|
</button>
|
|
113
111
|
</div>
|
|
114
112
|
)}
|
|
113
|
+
|
|
114
|
+
<DeployMachineButtons machines={machines.map(x => x[1]).filter(isDefined)} />
|
|
115
115
|
</div>
|
|
116
116
|
|
|
117
117
|
<div className={css.vbox(8)}>
|