Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
phosphor-webui
/
428375e827eae425c6e08dcc27ccdc13c035e6f9
/
.
/
app
/
common
/
directives
/
loader.html
blob: fd6e0cbee65b2177f4a9e9157b742fb6263e69b9 [
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>