Skip to content

Commit

Permalink
removed legacy time section (#297)
Browse files Browse the repository at this point in the history
* removed legacy time section

* removed unused import

* update base image
  • Loading branch information
cccs-RyanK authored May 18, 2023
1 parent cef76b4 commit b0a61d1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion cccs-build/superset/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Vault CA container import
ARG VAULT_CA_CONTAINER=uchimera.azurecr.io/cccs/hogwarts/vault-ca:master_11376_a25c34e1
FROM $VAULT_CA_CONTAINER AS vault_ca
FROM uchimera.azurecr.io/cccs/superset-base:feature_update-cccs-main-to-2.1.0-add-cccs-2.0_20230425191536_b6649
FROM uchimera.azurecr.io/cccs/superset-base:fix-date-column-bug-in-cccs-viz_20230503190201_b6720

USER root

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ import {
ControlStateMapping,
ControlPanelConfig,
ControlPanelsContainerProps,
sections,
QueryModeLabel,
sharedControls,
ControlPanelState,
Expand Down Expand Up @@ -188,7 +187,6 @@ const defineSavedMetrics = (datasource: Dataset | QueryResponse | null) =>
const config: ControlPanelConfig = {
// For control input types, see: superset-frontend/src/explore/components/controls/index.js
controlPanelSections: [
sections.legacyTimeseriesTime,
{
label: t('Query'),
expanded: true,
Expand Down

0 comments on commit b0a61d1

Please sign in to comment.