Skip to content

Commit f384f15

Browse files
added document help for sticky policy secion under load balancer
1 parent f893e7d commit f384f15

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

ui/src/views/network/LoadBalancing.vue

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,6 @@
267267
</a-modal>
268268

269269
<a-modal
270-
:title="$t('label.configure.sticky.policy')"
271270
:visible="stickinessModalVisible"
272271
:footer="null"
273272
:afterClose="closeModal"
@@ -276,6 +275,16 @@
276275
:okButtonProps="{ props: {htmlType: 'submit'}}"
277276
@cancel="stickinessModalVisible = false">
278277

278+
<template #title>
279+
<span>{{ $t('label.configure.sticky.policy') }}</span>
280+
<a
281+
style="margin-left: 5px"
282+
:href="$config.docBase + '/adminguide/networking/external_firewalls_and_load_balancers.html#sticky-session-policies-for-load-balancer-rules'"
283+
target="_blank">
284+
<question-circle-outlined />
285+
</a>
286+
</template>
287+
279288
<span v-show="stickinessModalLoading" class="modal-loading">
280289
<loading-outlined />
281290
</span>

0 commit comments

Comments
 (0)