Add spinning logo

This commit is contained in:
Oliver 2022-03-09 15:27:44 +11:00
parent 4cd41bd0a3
commit cf2c078952

View File

@ -1440,7 +1440,7 @@ function loadBuildOutputAllocationTable(buildInfo, output, options={}) {
return makeProgressBar(allocated, required);
} else {
return `<em>{% trans "Loading" %}</em>`;
return `<em>{% trans "loading" %}...</em><span class='fas fa-spinner fa-spin float-right'></span>`;
}
},
sorter: function(valA, valB, rowA, rowB) {