mirror of https://github.com/milvus-io/milvus.git
fix: update webui and remove the unnecessary code (#37726)
issue: #36621 * update webui top nav * remove the unnecessary code in .gitignore file Signed-off-by: mimo.oyn <ning.ouyang@zilliz.com>pull/37695/head
parent
3b5a0df159
commit
f7c7ac51fc
|
@ -103,6 +103,5 @@ cwrapper_rocksdb_build/
|
|||
internal/proto/**/*.pb.go
|
||||
internal/core/src/pb/*.pb.h
|
||||
internal/core/src/pb/*.pb.cc
|
||||
internal/http/internal
|
||||
*.pb.go
|
||||
**/legacypb/*.pb.go
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -7,8 +7,8 @@
|
|||
<link rel="icon" href="./assets/favicon-ADjA7Mb5.png" type="image/png">
|
||||
<meta />
|
||||
<title>Milvus Management</title>
|
||||
<script type="module" crossorigin src="./assets/index-pxWUwi30.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="./assets/index-DcVH8NLP.css">
|
||||
<script type="module" crossorigin src="./assets/index-9VfLXdsd.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="./assets/index-CJUwJlqi.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
|
|
Loading…
Reference in New Issue