Skip to content

Commit

Permalink
live view - change order of mppt columns
Browse files Browse the repository at this point in the history
  • Loading branch information
helgeerbe committed Nov 26, 2022
1 parent ae414c4 commit 0a0cb99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion webapp/src/views/VedirectView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
</div>
</div>
<div class="card-body">
<div class="row flex-row-reverse flex-wrap-reverse align-items-end g-3">
<div class="row flex-row flex-wrap align-items-start g-3">
<div class="col order-0">
<div class="card" :class="{ 'border-info': true }">
<div class="card-header bg-info">Device Info</div>
Expand Down
4 changes: 2 additions & 2 deletions webapp/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ export default defineConfig({
server: {
proxy: {
'^/api': {
target: 'http://192.168.20.110/'
target: 'http://192.168.178.78/'
},
'^/livedata': {
target: 'ws://192.168.20.110/',
target: 'ws://192.168.178.78/',
ws: true,
changeOrigin: true
}
Expand Down

0 comments on commit 0a0cb99

Please sign in to comment.