Skip to content

Commit

Permalink
align refresh chart time with widget title
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammad-Tahir-S committed Aug 9, 2023
1 parent f1aed2b commit ff9f807
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@
}

.tile__bottom-control {
padding: 10px 15px;
padding: 10px 24px;
display: flex;
justify-content: space-between;
align-items: center;
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const isDevelopment = !isProduction;
const isHotReloadingEnabled =
isDevelopment && process.env.HOT_RELOAD === "true";

const redashBackend = process.env.REDASH_BACKEND || "http://[::1]:5001";
const redashBackend = process.env.REDASH_BACKEND || "http://127.0.0.1:5010";
const baseHref = CONFIG.baseHref || "/";
const staticPath = CONFIG.staticPath || "/static/";
const htmlTitle = CONFIG.title || "Redash";
Expand Down

0 comments on commit ff9f807

Please sign in to comment.