Browse Source

[Web] Show resource alias

andryyy 6 years ago
parent
commit
5ce6688c78
1 changed files with 1 additions and 0 deletions
  1. 1 0
      data/web/js/site/mailbox.js

+ 1 - 0
data/web/js/site/mailbox.js

@@ -424,6 +424,7 @@ jQuery(function($){
       "columns": [
         {"name":"chkbox","title":"","style":{"maxWidth":"60px","width":"60px"},"filterable": false,"sortable": false,"type":"html"},
         {"sorted": true,"name":"description","title":lang.description,"style":{"width":"250px"}},
+        {"name":"name","title":lang.alias},
         {"name":"kind","title":lang.kind},
         {"name":"domain","title":lang.domain,"breakpoints":"xs sm"},
         {"name":"multiple_bookings","filterable": false,"style":{"maxWidth":"150px","width":"140px"},"title":lang.multiple_bookings,"breakpoints":"xs sm"},