diff --git a/escheduler-ui/src/font/demo_index.html b/escheduler-ui/src/font/demo_index.html index 1671172845..af55eca421 100644 --- a/escheduler-ui/src/font/demo_index.html +++ b/escheduler-ui/src/font/demo_index.html @@ -252,6 +252,12 @@

+
  • + +
    icon_禁止
    +
    
    +
  • +
  • 1116加载中
    @@ -881,6 +887,15 @@
  • +
  • + +
    + icon_禁止 +
    +
    .icon-icon_jinzhi +
    +
  • +
  • @@ -1575,6 +1590,14 @@
    #icon-tuichufffpx
  • +
  • + +
    icon_禁止
    +
    #icon-icon_jinzhi
    +
  • +
  • ` tpl += `
    ` - tpl += `
    ` - tpl += `
    ` - tpl += `${name}` + tpl += `
    ` + tpl += `
    ` + tpl += `${name}` tpl += `
    ` tpl += `
    ` + tpl += `
    ` + if (runFlag === 'FORBIDDEN') { + tpl += `` + } + tpl += `
    ` tpl += `
    ` + return tpl }