Eric Tröbs 4 年之前
父節點
當前提交
d45fa8bb3c
共有 1 個文件被更改,包括 6 次插入0 次删除
  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">