feat(web): 增加一点图标的美化

This commit is contained in:
2024-01-18 00:03:29 +08:00
parent f137eaf4be
commit 2686bf7686
12 changed files with 11 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

View File

@@ -39,6 +39,7 @@ function cloudCrud(title, path) {
function cloudTab() {
return {
title: 'Cloud',
icon: 'fa fa-cloud',
tab: [
/*{
type: 'service',

View File

@@ -251,6 +251,7 @@ function overviewTab() {
return {
className: 'white-space-pre',
title: '概览',
icon: 'fa fa-circle-info',
tab: [
{
type: 'service',

View File

@@ -64,6 +64,7 @@ function queueCrud(name) {
function queueTab() {
return {
title: '压缩队列',
icon: 'fa fa-van-shuttle',
tab: [
queueCrud('compaction-queue-pre'),
yarnQueueCrud('b12', 'default'),

View File

@@ -1,6 +1,7 @@
function tableTab() {
return {
title: `表任务`,
icon: 'fa fa-table',
tab: [
{
id: 'table-service',

View File

@@ -1,6 +1,7 @@
function taskTab() {
return {
title: `离线检索`,
icon: 'fa fa-magnifying-glass',
tab: [
{
type: 'form',

View File

@@ -1,6 +1,7 @@
function toolTab() {
return {
title: `小工具`,
icon: 'fa fa-toolbox',
tab: [
{
type: 'panel',

View File

@@ -1,6 +1,7 @@
function versionTab() {
return {
title: '跨天',
icon: 'fa fa-cloud-sun',
tab: [
{
type: 'crud',

View File

@@ -1,6 +1,7 @@
function yarnClusterTab() {
return {
title: '集群概览',
icon: 'fa fa-circle-nodes',
tab: [
{
type: 'tabs',

View File

@@ -1,6 +1,7 @@
function yarnTab(cluster, title, queueNames = 'root', searchName = undefined) {
return {
title: `${title}集群`,
icon: 'fa fa-rotate',
tab: [
{
id: `${cluster}-yarn-service`,

View File

@@ -11,6 +11,7 @@
name="viewport"
/>
<title>Hudi 服务页面</title>
<link rel="icon" href="assets/icon.png"/>
<link href="sdk/ang.css" rel="stylesheet"/>
<link href="sdk/helper.css" rel="stylesheet"/>
<link href="sdk/iconfont.css" rel="stylesheet"/>

View File

@@ -11,6 +11,7 @@
name="viewport"
/>
<title>Hudi 服务页面</title>
<link rel="icon" href="assets/icon.png"/>
<link href="sdk/ang.css" rel="stylesheet"/>
<link href="sdk/helper.css" rel="stylesheet"/>
<link href="sdk/iconfont.css" rel="stylesheet"/>