同步失败原因,最近同步成功的时间记录
This commit is contained in:
@@ -67,6 +67,24 @@
|
||||
font-size: 14px;
|
||||
color: #0f172a;
|
||||
}
|
||||
.split-sync-success-normal {
|
||||
color: #3c763d;
|
||||
font-weight: 600;
|
||||
}
|
||||
.split-sync-success-stopped {
|
||||
color: #a94442;
|
||||
font-weight: 600;
|
||||
}
|
||||
.split-ticket-sync-status-paused {
|
||||
color: #8a6d3b;
|
||||
font-weight: 600;
|
||||
cursor: help;
|
||||
border-bottom: 1px dotted #8a6d3b;
|
||||
}
|
||||
.split-ticket-sync-status-error {
|
||||
cursor: help;
|
||||
border-bottom: 1px dotted #a94442;
|
||||
}
|
||||
</style>
|
||||
<div class="panel panel-default panel-intro">
|
||||
<div class="panel-heading">
|
||||
|
||||
Reference in New Issue
Block a user