Display Proxy Protocol version for backend services in web dashboard.
This commit is contained in:
parent
2112de6f15
commit
b0aa27db31
1 changed files with 13 additions and 0 deletions
|
@ -67,6 +67,19 @@
|
||||||
</div>
|
</div>
|
||||||
</q-card-section>
|
</q-card-section>
|
||||||
|
|
||||||
|
<q-card-section v-if="data.loadBalancer && data.loadBalancer.proxyProtocol">
|
||||||
|
<div class="row items-start no-wrap">
|
||||||
|
<div class="col">
|
||||||
|
<div class="text-subtitle2">Proxy Protocol</div>
|
||||||
|
<q-chip
|
||||||
|
dense
|
||||||
|
class="app-chip app-chip-name">
|
||||||
|
Version {{ data.loadBalancer.proxyProtocol.version }}
|
||||||
|
</q-chip>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</q-card-section>
|
||||||
|
|
||||||
<q-separator v-if="sticky" />
|
<q-separator v-if="sticky" />
|
||||||
<StickyServiceDetails v-if="sticky" :sticky="sticky" :dense="dense"/>
|
<StickyServiceDetails v-if="sticky" :sticky="sticky" :dense="dense"/>
|
||||||
</q-scroll-area>
|
</q-scroll-area>
|
||||||
|
|
Loading…
Reference in a new issue