You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by GitBox <gi...@apache.org> on 2019/10/16 20:47:00 UTC

[GitHub] [zeppelin] malayhm commented on a change in pull request #3487: ZEPPELIN-4376, ZEPPELIN-4379 Zeppelin Web Vue - Design as per Mocks and Recycle Bin

malayhm commented on a change in pull request #3487: ZEPPELIN-4376, ZEPPELIN-4379 Zeppelin Web Vue - Design as per Mocks and Recycle Bin
URL: https://github.com/apache/zeppelin/pull/3487#discussion_r335700645
 
 

 ##########
 File path: zeppelin-web-vue/src/components/Notebook/Controls.vue
 ##########
 @@ -52,52 +56,73 @@
       <a
         href="javascript: void(0);"
         @click="showDeleteConfirm"
+        v-if="!isDeleted"
       >
         <a-tooltip placement="top">
           <template slot="title">
-            <span>Delete</span>
+            <span>Move to Recycle Bin</span>
 
 Review comment:
   Renamed Recycle Bin to Trash.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services