Skip to content

Commit

Permalink
inbound - better view
Browse files Browse the repository at this point in the history
  • Loading branch information
MHSanaei committed Sep 26, 2024
1 parent c9c8abe commit ac08e86
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
1 change: 0 additions & 1 deletion web/html/xui/form/allocate.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{{define "form/allocate"}}
<a-divider style="margin:5px 0 0;">Allocate</a-divider>
<a-form :colon="false" :label-col="{ md: {span:8} }" :wrapper-col="{ md: {span:14} }">
<a-form-item label='Strategy'>
<a-select v-model="inbound.allocate.strategy" :dropdown-class-name="themeSwitcher.currentTheme">
Expand Down
16 changes: 10 additions & 6 deletions web/html/xui/form/inbound.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,13 +115,17 @@
</template>

<!-- sniffing -->
<template>
{{template "form/sniffing"}}
</template>
<a-collapse>
<a-collapse-panel header='Sniffing'>
{{template "form/sniffing"}}
</a-collapse-panel>
</a-collapse>

<!-- allocate -->
<template>
{{template "form/allocate"}}
</template>
<a-collapse>
<a-collapse-panel header='Allocate'>
{{template "form/allocate"}}
</a-collapse-panel>
</a-collapse>

{{end}}
1 change: 0 additions & 1 deletion web/html/xui/form/sniffing.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{{define "form/sniffing"}}
<a-divider style="margin:5px 0 0;">Sniffing</a-divider>
<a-form :colon="false" :label-col="{ md: {span:8} }" :wrapper-col="{ md: {span:14} }">
<a-form-item>
<span slot="label">
Expand Down

0 comments on commit ac08e86

Please sign in to comment.