mirror of
https://github.com/wavetermdev/backup.git
synced 2026-08-05 13:57:07 -07:00
remove animation
This commit is contained in:
+1
-1
@@ -132,7 +132,7 @@ class SmallLineAvatar extends React.Component<{line : LineType, cmd : Cmd, onRig
|
||||
iconTitle = status;
|
||||
}
|
||||
else if (status == "running" || "detached") {
|
||||
icon = "fa-rotate fa-spin";
|
||||
icon = "fa-rotate";
|
||||
iconTitle = "running";
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user