mirror of
https://github.com/wekan/wekan.git
synced 2025-12-30 22:28:49 +01:00
Spinner Cube-Grid now available
Spinner from: https://tobiasahlin.com/spinkit/
This commit is contained in:
parent
6df7657c8e
commit
0caff7d5d5
4 changed files with 80 additions and 1 deletions
|
|
@ -22,6 +22,6 @@ export class Spinner extends BlazeComponent {
|
|||
}
|
||||
|
||||
getSpinnerTemplate() {
|
||||
return 'spinner' + this.getSpinnerName();
|
||||
return 'spinner' + this.getSpinnerName().replace(/-/, '');
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue