diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2018-11-06 01:40:11 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-11-06 01:40:11 +0900 |
| commit | 9f5dc2c0df0cdba1113697bdd71637a404444065 (patch) | |
| tree | a1d942cf6440f82244ef58ee7ff93103ff70f521 /src/client/app/common/views/widgets/server.memory.vue | |
| parent | :art: (diff) | |
| download | misskey-9f5dc2c0df0cdba1113697bdd71637a404444065.tar.gz misskey-9f5dc2c0df0cdba1113697bdd71637a404444065.tar.bz2 misskey-9f5dc2c0df0cdba1113697bdd71637a404444065.zip | |
[WIP] Use FontAwesome Component for Vue (#3127)
* wip
* Rename
* Clean up
* Clean up
* wip
* wip
* Enable tree shaking
* :v:
* :v:
* wip
* wip
* Clean up
Diffstat (limited to 'src/client/app/common/views/widgets/server.memory.vue')
| -rw-r--r-- | src/client/app/common/views/widgets/server.memory.vue | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/app/common/views/widgets/server.memory.vue b/src/client/app/common/views/widgets/server.memory.vue index 9e12884cf9..d7ad04b08f 100644 --- a/src/client/app/common/views/widgets/server.memory.vue +++ b/src/client/app/common/views/widgets/server.memory.vue @@ -2,7 +2,7 @@ <div class="memory"> <x-pie class="pie" :value="usage"/> <div> - <p>%fa:flask%Memory</p> + <p><fa icon="flask"/>Memory</p> <p>Total: {{ total | bytes(1) }}</p> <p>Used: {{ used | bytes(1) }}</p> <p>Free: {{ free | bytes(1) }}</p> @@ -65,7 +65,7 @@ export default Vue.extend({ &:first-child font-weight bold - > [data-fa] + > [data-icon] margin-right 4px &:after |