@@ -292,28 +292,3 @@ $service-colors: #55acee #8fc857 #444444 #2c4762 #007EE5;
.label-service {
@include services;
}
-
-// Font Awesome Spinner
-.fa-spin-custom {
- @include animation(spin 1000ms infinite linear);
-}
-@mixin keyframes($name)
-{
- @-webkit-keyframes $name {
- @content;
- }
- @keyframes $name {
-@include keyframes(spin) {
- 0% {
- @include rotate(0deg);
- 100% {
- @include rotate(359deg);
@@ -165,7 +165,7 @@
<p id="memory" data-agent-id="<%= @agent.id %>">
<b>Memory:</b>
<% if @agent.memory.present? %>
- <i class="fa fa-spinner fa-spin spinner"></i>
+ <i class="fa fa-spinner fa-pulse spinner"></i>
<i class="fa fa-trash action-icon clear"></i>
<% end %>
<pre class="memory"><%= Utils.pretty_jsonify @agent.memory || {} %></pre>