feat(web): 增加一点图标的美化
This commit is contained in:
BIN
service-web/src/main/resources/static/assets/icon.png
Normal file
BIN
service-web/src/main/resources/static/assets/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.1 KiB |
@@ -39,6 +39,7 @@ function cloudCrud(title, path) {
|
||||
function cloudTab() {
|
||||
return {
|
||||
title: 'Cloud',
|
||||
icon: 'fa fa-cloud',
|
||||
tab: [
|
||||
/*{
|
||||
type: 'service',
|
||||
|
||||
@@ -251,6 +251,7 @@ function overviewTab() {
|
||||
return {
|
||||
className: 'white-space-pre',
|
||||
title: '概览',
|
||||
icon: 'fa fa-circle-info',
|
||||
tab: [
|
||||
{
|
||||
type: 'service',
|
||||
|
||||
@@ -64,6 +64,7 @@ function queueCrud(name) {
|
||||
function queueTab() {
|
||||
return {
|
||||
title: '压缩队列',
|
||||
icon: 'fa fa-van-shuttle',
|
||||
tab: [
|
||||
queueCrud('compaction-queue-pre'),
|
||||
yarnQueueCrud('b12', 'default'),
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
function tableTab() {
|
||||
return {
|
||||
title: `表任务`,
|
||||
icon: 'fa fa-table',
|
||||
tab: [
|
||||
{
|
||||
id: 'table-service',
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
function taskTab() {
|
||||
return {
|
||||
title: `离线检索`,
|
||||
icon: 'fa fa-magnifying-glass',
|
||||
tab: [
|
||||
{
|
||||
type: 'form',
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
function toolTab() {
|
||||
return {
|
||||
title: `小工具`,
|
||||
icon: 'fa fa-toolbox',
|
||||
tab: [
|
||||
{
|
||||
type: 'panel',
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
function versionTab() {
|
||||
return {
|
||||
title: '跨天',
|
||||
icon: 'fa fa-cloud-sun',
|
||||
tab: [
|
||||
{
|
||||
type: 'crud',
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
function yarnClusterTab() {
|
||||
return {
|
||||
title: '集群概览',
|
||||
icon: 'fa fa-circle-nodes',
|
||||
tab: [
|
||||
{
|
||||
type: 'tabs',
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
function yarnTab(cluster, title, queueNames = 'root', searchName = undefined) {
|
||||
return {
|
||||
title: `${title}集群`,
|
||||
icon: 'fa fa-rotate',
|
||||
tab: [
|
||||
{
|
||||
id: `${cluster}-yarn-service`,
|
||||
|
||||
@@ -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"/>
|
||||
|
||||
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user