Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
phosphor-webui
/
bb45d021233a5b7311629201819e0b63b6b691c5
/
.
/
app
/
common
/
directives
/
loader.html
blob: d3026dc8696f3a5f73d2835755f149b8c4956e13 [
file
] [
log
] [
blame
]
<div
class
=
"loader__wrapper"
ng-show
=
"loading"
><svg
class
=
"loader"
viewBox
=
"25 25 50 50"
>
<circle
class
=
"loader__path"
cx
=
"50"
cy
=
"50"
r
=
"20"
/></circle>
</svg></div>
<div
class
=
"loader__overlay"
ng-show
=
"loading"
></div>