Eric Tröbs 4 years ago
parent
commit
d45fa8bb3c
1 changed files with 6 additions and 0 deletions
  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) }}
             {{ datetime(project.created) }}
           </div>
           </div>
         </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>
 
 
       <div class="footer">
       <div class="footer">