refactor(ui): remove redundant LiveTelemetryFooter and hotkey bar from view to clean up layout
Validators (Pushes and Pull Requests) / UI & Storage Validation (push) Failing after 10s
Validators (Pushes and Pull Requests) / Database & Schema Validation (push) Successful in 11s
Validators (Pushes and Pull Requests) / WBS & Audit Validations (push) Has been skipped
Validators (Pushes and Pull Requests) / Core Validators & Database Setup (push) Failing after 19s
Validators (Pushes and Pull Requests) / .NET Contracts (push) Has been skipped
Validators (Pushes and Pull Requests) / Calibration & Performance (push) Has been skipped
Validators (Pushes and Pull Requests) / Operational Report & Decision Packet (push) Has been skipped
Validators (Pushes and Pull Requests) / Security & Secrets (push) Successful in 9s
Validators (Pushes and Pull Requests) / CI Workflow Lint (push) Failing after 9s
Validators (Pushes and Pull Requests) / Notify PR Results (push) Has been skipped
Validators (Pushes and Pull Requests) / UI & Storage Validation (push) Failing after 10s
Validators (Pushes and Pull Requests) / Database & Schema Validation (push) Successful in 11s
Validators (Pushes and Pull Requests) / WBS & Audit Validations (push) Has been skipped
Validators (Pushes and Pull Requests) / Core Validators & Database Setup (push) Failing after 19s
Validators (Pushes and Pull Requests) / .NET Contracts (push) Has been skipped
Validators (Pushes and Pull Requests) / Calibration & Performance (push) Has been skipped
Validators (Pushes and Pull Requests) / Operational Report & Decision Packet (push) Has been skipped
Validators (Pushes and Pull Requests) / Security & Secrets (push) Successful in 9s
Validators (Pushes and Pull Requests) / CI Workflow Lint (push) Failing after 9s
Validators (Pushes and Pull Requests) / Notify PR Results (push) Has been skipped
This commit is contained in:
@@ -8,7 +8,6 @@ import QuantRadio from '../components/QuantRadio.vue'
|
||||
import QuantTextArea from '../components/QuantTextArea.vue'
|
||||
import QuantDataGrid from '../components/QuantDataGrid.vue'
|
||||
import CrudToolbar from '../components/crud/CrudToolbar.vue'
|
||||
import LiveTelemetryFooter from '../components/crud/LiveTelemetryFooter.vue'
|
||||
import AuditTimeline from '../components/crud/AuditTimeline.vue'
|
||||
import { useSystemSettings } from '../composables/useSystemSettings'
|
||||
import type { ColDef } from 'ag-grid-community'
|
||||
@@ -320,7 +319,7 @@ const triggerExport = (fmt: string) => {
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<LiveTelemetryFooter :metrics="telemetryMetrics" />
|
||||
|
||||
|
||||
<div class="modal-backdrop" v-if="isOmsModalOpen">
|
||||
<div class="modal-dialog">
|
||||
|
||||
Reference in New Issue
Block a user