stable
Clone or download
Read-only
Part of epic #12142 Baseline v1 Add delete button in baselines page. This implied to update baselines table styling, especially with following TLP standards. Change-Id: Ia57efdece25c167a1ee6d36b7fbf4ed8ab605b6f
Modified Files
Name | ||||
---|---|---|---|---|
M | scripts/baseline/api/rest-querier.js | +6 | −1 | Go to diff View file |
A | scripts/baseline/components/BaselineButton.spec.js | +72 | −0 | Go to diff View file |
A | scripts/baseline/components/BaselineButton.vue | +58 | −0 | Go to diff View file |
M | scripts/baseline/components/BaselineTable.vue | +5 | −6 | Go to diff View file |
M | scripts/baseline/components/BaselineTableBodyCellSkeleton.vue | +28 | −12 | Go to diff View file |
M | scripts/baseline/components/BaselineTableBodyCells.vue | +20 | −15 | Go to diff View file |
A | scripts/baseline/components/DeleteBaselineButton.spec.js | +55 | −0 | Go to diff View file |
A | scripts/baseline/components/DeleteBaselineButton.vue | +56 | −0 | Go to diff View file |
A | scripts/baseline/components/DeleteBaselineConfirmationModal.spec.js | +131 | −0 | Go to diff View file |
A | scripts/baseline/components/DeleteBaselineConfirmationModal.vue | +104 | −0 | Go to diff View file |
A | scripts/baseline/components/ShowBaselineButton.vue | +29 | −0 | Go to diff View file |
M | scripts/baseline/components/layout/Modal.vue | +7 | −0 | Go to diff View file |
M | scripts/baseline/po/fr.po | +18 | −3 | Go to diff View file |
M | scripts/baseline/store/baselines.js | +5 | −0 | Go to diff View file |
A | scripts/baseline/store/baselines.spec.js | +49 | −0 | Go to diff View file |
M | themes/BurningParrot/baseline/_baselines-list.scss | +5 | −7 | Go to diff View file |