From 8c72ea9c140a5f74eeac10ba2f3e41b0e42d0341 Mon Sep 17 00:00:00 2001 From: Ran Date: Tue, 4 Apr 2023 11:16:59 +0800 Subject: [PATCH] fix: Support for a minimum timeout value of -1 in thread pool execution(#1069) --- .../src/views/hippo4j/instance/index.vue | 205 +++++++++--------- .../src/views/hippo4j/threadpool/index.vue | 4 +- 2 files changed, 111 insertions(+), 98 deletions(-) diff --git a/hippo4j-ui/src/views/hippo4j/instance/index.vue b/hippo4j-ui/src/views/hippo4j/instance/index.vue index 3c750ac4..2f358acb 100755 --- a/hippo4j-ui/src/views/hippo4j/instance/index.vue +++ b/hippo4j-ui/src/views/hippo4j/instance/index.vue @@ -149,9 +149,9 @@ --> @@ -169,122 +169,127 @@ width="1000px" > @@ -358,7 +363,7 @@ v-model="temp.executeTimeOut" :placeholder="$t('threadPool.executionTimeoutUnit')" controls-position="right" - :min="0" + :min="-1" :max="999999" /> @@ -394,11 +399,11 @@ /> - +