fix: [skip e2e]update webui collection and query pages ()

pr:  
issue: 

* enhance collection detail page list columns
* enhance query page segments state detail logic

Signed-off-by: mimo.oyn <ning.ouyang@zilliz.com>
pull/38722/head
MimoN 2024-12-24 17:34:49 +08:00 committed by GitHub
parent c51b458156
commit 18cc83b9f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1519 additions and 25 deletions
internal/http/webui

File diff suppressed because one or more lines are too long

View File

@ -1,27 +1,19 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link
rel="icon"
type="image/svg+xml"
href="/vite.svg"
/>
<meta
name="viewport"
content="width=device-width, initial-scale=1.0"
/>
<link
rel="icon"
href="./assets/favicon-ADjA7Mb5.png"
type="image/png"
/>
<meta />
<title>Milvus Management</title>
<script type="module" crossorigin src="./assets/index-D2OgaNZi.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-Cpi1DtPq.css">
</head>
<body>
<div id="root"></div>
</body>
</html>
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="./assets/favicon-ADjA7Mb5.png" type="image/png" />
<meta />
<title>Milvus Management</title>
<script type="module" crossorigin src="./assets/index-Bybe0GVy.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-Cpi1DtPq.css">
</head>
<body>
<div id="root"></div>
</body>
</html>