Skip to content

Commit

Permalink
add github star icon
Browse files Browse the repository at this point in the history
  • Loading branch information
baisui1981 committed Apr 19, 2024
1 parent 40548e3 commit 914f099
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion src/base/datax.worker.running.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,12 @@ export const KEY_APPNAME = "appname";
<strong>{{u.id}}</strong>/<a [routerLink]="['/x',u.wfName,'app_build_history']">{{u.wfName}}</a>
</ng-template>
</tis-col>
<tis-col title="定时信息" width="14" field="cronInfo"></tis-col>
<tis-col title="定时信息" width="14">
<ng-template let-u='r'>
<button nz-button nzType="dashed"><span nz-icon nzType="clock-circle" nzTheme="outline"></span>{{u.cronInfo}}</button>
</ng-template>
</tis-col>
<tis-col title="状态">
<ng-template let-u='r'>
<nz-switch [nzDisabled]="true" [ngModel]="u.enable" nzCheckedChildren="开"
Expand Down
4 changes: 3 additions & 1 deletion src/common/navigate.bar.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ import {Application} from "./application";
<ng-template #tisAbout>
<nz-descriptions [nzColumn]="1" nzLayout="horizontal">
<nz-descriptions-item nzTitle="构建时间">{{tisMeta.createTime}}</nz-descriptions-item>
<nz-descriptions-item nzTitle="发版时间"><img src="https://img.shields.io/github/release-date/baisui1981/tis"/></nz-descriptions-item>
<nz-descriptions-item nzTitle="版本">{{tisMeta.buildVersion}}</nz-descriptions-item>
</nz-descriptions>
<svg version="1.1"
Expand All @@ -156,7 +157,8 @@ import {Application} from "./application";
</ng-template>
</li>
<li class="user-profile" nz-menu-item nzMatchRouter>
<a href="https://github.com/datavane/tis" target="_blank"><span style="color: white;font-size: 1.2em" nz-icon nzType="github" nzTheme="outline"></span></a>
<img src="https://img.shields.io/github/stars/datavane/tis.svg" />
</li>
<!--
<li nz-menu-item>
Expand Down

0 comments on commit 914f099

Please sign in to comment.