Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F8199730
Dashboard.vue
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
716 B
Referenced Files
None
Subscribers
None
Dashboard.vue
View Options
<template>
<div class="container" dusk="dashboard-component">
<user-search></user-search>
<div id="dashboard-nav" class="mt-3">
<router-link class="card link-stats" :to="{ name: 'stats' }">
<svg-icon icon="chart-line"></svg-icon><span class="name">{{ $t('dashboard.stats') }}</span>
</router-link>
</div>
</div>
</template>
<script>
import UserSearch from '../Widgets/UserSearch'
import { library } from '@fortawesome/fontawesome-svg-core'
library.add(
require('@fortawesome/free-solid-svg-icons/faChartLine').definition,
)
export default {
components: {
UserSearch
}
}
</script>
File Metadata
Details
Attached
Mime Type
text/html
Expires
Thu, Jul 9, 12:10 AM (23 h, 20 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1052310
Default Alt Text
Dashboard.vue (716 B)
Attached To
Mode
R2 kolab
Attached
Detach File
Event Timeline
Log In to Comment