mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 23:23:51 +00:00
minor changes
This commit is contained in:
@@ -1,8 +1,14 @@
|
||||
<template>
|
||||
<div id="dashboards" class="row g-3">
|
||||
<span v-if="noResults" class="chill-no-data-statement">{{ $t('no_dashboard') }}</span>
|
||||
<div v-else id="dashboards" class="row g-3">
|
||||
<div class="mbloc col col-sm-6 col-lg-4">
|
||||
<div class="custom1">
|
||||
Mon bloc personnalisé
|
||||
|
||||
x notifications non lues
|
||||
x tâches en rappel
|
||||
x ...
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -10,7 +16,12 @@
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: "MyCustoms"
|
||||
name: "MyCustoms",
|
||||
computed: {
|
||||
noResults() {
|
||||
return true
|
||||
},
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
|
Reference in New Issue
Block a user