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() {
|
function cloudTab() {
|
||||||
return {
|
return {
|
||||||
title: 'Cloud',
|
title: 'Cloud',
|
||||||
|
icon: 'fa fa-cloud',
|
||||||
tab: [
|
tab: [
|
||||||
/*{
|
/*{
|
||||||
type: 'service',
|
type: 'service',
|
||||||
|
|||||||
@@ -251,6 +251,7 @@ function overviewTab() {
|
|||||||
return {
|
return {
|
||||||
className: 'white-space-pre',
|
className: 'white-space-pre',
|
||||||
title: '概览',
|
title: '概览',
|
||||||
|
icon: 'fa fa-circle-info',
|
||||||
tab: [
|
tab: [
|
||||||
{
|
{
|
||||||
type: 'service',
|
type: 'service',
|
||||||
|
|||||||
@@ -64,6 +64,7 @@ function queueCrud(name) {
|
|||||||
function queueTab() {
|
function queueTab() {
|
||||||
return {
|
return {
|
||||||
title: '压缩队列',
|
title: '压缩队列',
|
||||||
|
icon: 'fa fa-van-shuttle',
|
||||||
tab: [
|
tab: [
|
||||||
queueCrud('compaction-queue-pre'),
|
queueCrud('compaction-queue-pre'),
|
||||||
yarnQueueCrud('b12', 'default'),
|
yarnQueueCrud('b12', 'default'),
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
function tableTab() {
|
function tableTab() {
|
||||||
return {
|
return {
|
||||||
title: `表任务`,
|
title: `表任务`,
|
||||||
|
icon: 'fa fa-table',
|
||||||
tab: [
|
tab: [
|
||||||
{
|
{
|
||||||
id: 'table-service',
|
id: 'table-service',
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
function taskTab() {
|
function taskTab() {
|
||||||
return {
|
return {
|
||||||
title: `离线检索`,
|
title: `离线检索`,
|
||||||
|
icon: 'fa fa-magnifying-glass',
|
||||||
tab: [
|
tab: [
|
||||||
{
|
{
|
||||||
type: 'form',
|
type: 'form',
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
function toolTab() {
|
function toolTab() {
|
||||||
return {
|
return {
|
||||||
title: `小工具`,
|
title: `小工具`,
|
||||||
|
icon: 'fa fa-toolbox',
|
||||||
tab: [
|
tab: [
|
||||||
{
|
{
|
||||||
type: 'panel',
|
type: 'panel',
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
function versionTab() {
|
function versionTab() {
|
||||||
return {
|
return {
|
||||||
title: '跨天',
|
title: '跨天',
|
||||||
|
icon: 'fa fa-cloud-sun',
|
||||||
tab: [
|
tab: [
|
||||||
{
|
{
|
||||||
type: 'crud',
|
type: 'crud',
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
function yarnClusterTab() {
|
function yarnClusterTab() {
|
||||||
return {
|
return {
|
||||||
title: '集群概览',
|
title: '集群概览',
|
||||||
|
icon: 'fa fa-circle-nodes',
|
||||||
tab: [
|
tab: [
|
||||||
{
|
{
|
||||||
type: 'tabs',
|
type: 'tabs',
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
function yarnTab(cluster, title, queueNames = 'root', searchName = undefined) {
|
function yarnTab(cluster, title, queueNames = 'root', searchName = undefined) {
|
||||||
return {
|
return {
|
||||||
title: `${title}集群`,
|
title: `${title}集群`,
|
||||||
|
icon: 'fa fa-rotate',
|
||||||
tab: [
|
tab: [
|
||||||
{
|
{
|
||||||
id: `${cluster}-yarn-service`,
|
id: `${cluster}-yarn-service`,
|
||||||
|
|||||||
@@ -11,6 +11,7 @@
|
|||||||
name="viewport"
|
name="viewport"
|
||||||
/>
|
/>
|
||||||
<title>Hudi 服务页面</title>
|
<title>Hudi 服务页面</title>
|
||||||
|
<link rel="icon" href="assets/icon.png"/>
|
||||||
<link href="sdk/ang.css" rel="stylesheet"/>
|
<link href="sdk/ang.css" rel="stylesheet"/>
|
||||||
<link href="sdk/helper.css" rel="stylesheet"/>
|
<link href="sdk/helper.css" rel="stylesheet"/>
|
||||||
<link href="sdk/iconfont.css" rel="stylesheet"/>
|
<link href="sdk/iconfont.css" rel="stylesheet"/>
|
||||||
|
|||||||
@@ -11,6 +11,7 @@
|
|||||||
name="viewport"
|
name="viewport"
|
||||||
/>
|
/>
|
||||||
<title>Hudi 服务页面</title>
|
<title>Hudi 服务页面</title>
|
||||||
|
<link rel="icon" href="assets/icon.png"/>
|
||||||
<link href="sdk/ang.css" rel="stylesheet"/>
|
<link href="sdk/ang.css" rel="stylesheet"/>
|
||||||
<link href="sdk/helper.css" rel="stylesheet"/>
|
<link href="sdk/helper.css" rel="stylesheet"/>
|
||||||
<link href="sdk/iconfont.css" rel="stylesheet"/>
|
<link href="sdk/iconfont.css" rel="stylesheet"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user