File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 267267 </a-modal >
268268
269269 <a-modal
270- :title =" $t('label.configure.sticky.policy')"
271270 :visible =" stickinessModalVisible"
272271 :footer =" null"
273272 :afterClose =" closeModal"
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 >
You can’t perform that action at this time.
0 commit comments