We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f893e7d commit f384f15Copy full SHA for f384f15
1 file changed
ui/src/views/network/LoadBalancing.vue
@@ -267,7 +267,6 @@
267
</a-modal>
268
269
<a-modal
270
- :title="$t('label.configure.sticky.policy')"
271
:visible="stickinessModalVisible"
272
:footer="null"
273
:afterClose="closeModal"
@@ -276,6 +275,16 @@
276
275
:okButtonProps="{ props: {htmlType: 'submit'}}"
277
@cancel="stickinessModalVisible = false">
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
+
288
<span v-show="stickinessModalLoading" class="modal-loading">
289
<loading-outlined />
290
</span>
0 commit comments