6
0
Eric Tröbs 4 vuotta sitten
vanhempi
commit
d45fa8bb3c
1 muutettua tiedostoa jossa 6 lisäystä ja 0 poistoa
  1. 6 0
      webui/src/components/projects/project-open-window.vue

+ 6 - 0
webui/src/components/projects/project-open-window.vue

@@ -23,6 +23,12 @@
             {{ datetime(project.created) }}
           </div>
         </div>
+
+        <div v-if="sortedProjects.length === 0"
+             class="project">
+          <h2>There are no projects available.</h2>
+          <div class="description">Please use the button at the bottom of the page to create a new one.</div>
+        </div>
       </div>
 
       <div class="footer">