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 28
28
< body >
29
29
< noscript > You need to enable JavaScript to run this app.</ noscript >
30
30
< 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
+ >
32
40
< svg width ="80 " height ="80 " viewBox ="0 0 100 100 " fill ="none " xmlns ="http://www.w3.org/2000/svg ">
33
41
< style >
34
42
.svg__loader_group-top {
Original file line number Diff line number Diff line change @@ -129,10 +129,10 @@ export default defineConfig(({ mode }) => {
129
129
port : 3000 ,
130
130
proxy : {
131
131
'/orchestrator' : {
132
- target : 'https://devtron-4 .devtron.info /' ,
132
+ target : 'https://preview .devtron.ai /' ,
133
133
changeOrigin : true ,
134
134
} ,
135
- '/grafana' : 'https://devtron-4 .devtron.info /' ,
135
+ '/grafana' : 'https://preview .devtron.ai /' ,
136
136
} ,
137
137
} ,
138
138
}
You can’t perform that action at this time.
0 commit comments