File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 2828 < body >
2929 < noscript > You need to enable JavaScript to run this app.</ noscript >
3030 < div id ="root ">
31- < div style ="height: 100vh; display: flex; justify-content: center; align-items: center; background-color: #fff; ">
31+ < div
32+ style ="
33+ height: 100vh;
34+ display: flex;
35+ justify-content: center;
36+ align-items: center;
37+ background-color: #fff;
38+ "
39+ >
3240 < svg width ="80 " height ="80 " viewBox ="0 0 100 100 " fill ="none " xmlns ="http://www.w3.org/2000/svg ">
3341 < style >
3442 .svg__loader_group-top {
Original file line number Diff line number Diff line change @@ -129,10 +129,10 @@ export default defineConfig(({ mode }) => {
129129 port : 3000 ,
130130 proxy : {
131131 '/orchestrator' : {
132- target : 'https://devtron-4 .devtron.info /' ,
132+ target : 'https://preview .devtron.ai /' ,
133133 changeOrigin : true ,
134134 } ,
135- '/grafana' : 'https://devtron-4 .devtron.info /' ,
135+ '/grafana' : 'https://preview .devtron.ai /' ,
136136 } ,
137137 } ,
138138 }
You can’t perform that action at this time.
0 commit comments