diff --git a/portal/src/app/main/channel-edit/channel-edit.component.html b/portal/src/app/main/channel-edit/channel-edit.component.html index 7a1f264d453ac1080b0f01d4cdf6aa4cf3b41087..5283adeab331ea98d06bfea6a17273e35c85eeca 100644 --- a/portal/src/app/main/channel-edit/channel-edit.component.html +++ b/portal/src/app/main/channel-edit/channel-edit.component.html @@ -26,9 +26,7 @@ 服务端 - + diff --git a/portal/src/app/main/channel/channel.component.html b/portal/src/app/main/channel/channel.component.html index cfea8b08a2502284b30c0df3711b19546787af2a..e17f9e2bafdaf4c1d8068fdcaf0f0649f63b2d19 100644 --- a/portal/src/app/main/channel/channel.component.html +++ b/portal/src/app/main/channel/channel.component.html @@ -1,6 +1,14 @@ - - + + + + @@ -27,7 +35,13 @@ 启动/停止 - 删除 + + + + + + + diff --git a/portal/src/app/main/icons-provider.module.ts b/portal/src/app/main/icons-provider.module.ts index 3392fadaf6c424eef4ca63c019befa873ca7de57..8066c536ddfa8059f615fdaf2632d17553382809 100644 --- a/portal/src/app/main/icons-provider.module.ts +++ b/portal/src/app/main/icons-provider.module.ts @@ -11,11 +11,14 @@ import { ApiOutline, HddOutline, ApartmentOutline, + ReloadOutline, + PlusOutline, + DeleteOutline, } from '@ant-design/icons-angular/icons'; import {CommonModule} from '@angular/common'; const icons = [MenuFoldOutline, MenuUnfoldOutline, DashboardOutline, - FormOutline, SettingOutline, LogoutOutline, ApiOutline, + FormOutline, SettingOutline, LogoutOutline, ApiOutline, ReloadOutline, PlusOutline, DeleteOutline, HddOutline, ApartmentOutline]; @NgModule({