6
0
Eric Tröbs 4 жил өмнө
parent
commit
d45fa8bb3c

+ 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">