refactor: create a component for metric config

This commit is contained in:
Qiuxia Fan
2022-01-19 18:12:16 +08:00
parent 3d6fe887a5
commit 4baa00001a
10 changed files with 201 additions and 226 deletions

View File

@@ -17,7 +17,7 @@ limitations under the License. -->
<div class="search">
<el-input
v-model="searchText"
placeholder="Please input instance name"
placeholder="Please input endpoint name"
class="input-with-search"
size="small"
@change="searchList"

View File

@@ -17,7 +17,7 @@ limitations under the License. -->
<div class="search">
<el-input
v-model="searchText"
placeholder="Please input instance name"
placeholder="Please input service name"
class="input-with-search"
size="small"
@change="searchList"