Repository: ambari
Updated Branches:
  refs/heads/trunk 80c803b8c -> bf2a6445c


AMBARI-15828. Tittle of permissions window spilling out of the line. (pallavkul)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/bf2a6445
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/bf2a6445
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/bf2a6445

Branch: refs/heads/trunk
Commit: bf2a6445c9fef7d0a606a2bf57d4411f3d70862a
Parents: 80c803b
Author: Pallav Kulshreshtha <[email protected]>
Authored: Fri Apr 22 14:24:38 2016 +0530
Committer: Pallav Kulshreshtha <[email protected]>
Committed: Fri Apr 22 14:24:38 2016 +0530

----------------------------------------------------------------------
 .../resources/ui/app/templates/components/permission-modal.hbs     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/bf2a6445/contrib/views/files/src/main/resources/ui/app/templates/components/permission-modal.hbs
----------------------------------------------------------------------
diff --git 
a/contrib/views/files/src/main/resources/ui/app/templates/components/permission-modal.hbs
 
b/contrib/views/files/src/main/resources/ui/app/templates/components/permission-modal.hbs
index 22a4694..32d899a 100644
--- 
a/contrib/views/files/src/main/resources/ui/app/templates/components/permission-modal.hbs
+++ 
b/contrib/views/files/src/main/resources/ui/app/templates/components/permission-modal.hbs
@@ -22,7 +22,7 @@
       <div class="modal-content">
         <div class="modal-header">
           <button type="button" class="fa fa-times pull-right" {{action 
'close'}}></button>
-          <h4 class="modal-title">{{fa-icon icon="edit"}} Edit Permissions for 
{{#if selected.isDirectory}}folder{{else}}file{{/if}}</h4>
+          <h4 class="modal-title">{{fa-icon icon="edit"}}{{#if 
selected.isDirectory}}Directory{{else}}File{{/if}} Edit Permissions</h4>
         </div>
         <form class="form-horizontal">
           <div class="modal-body">

Reply via email to