فهرست منبع

HUE-8328 [assist] Make it possible to edit tags in the SQL context popover

This is the only way we can edit tags of columns as there's no separate page in the Table Browser for them.

(cherry picked from commit 15193379d8490f2a510f27aa969c2c56a44cf4e6)
Johan Ahlen 8 سال پیش
والد
کامیت
b737db210c

تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue-embedded.css


تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue.css


تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue3-extra.css


+ 1 - 1
desktop/core/src/desktop/static/desktop/less/components/hue-popover.less

@@ -451,7 +451,7 @@
     margin-top: 2px;
     margin-top: 2px;
 
 
     .selectize-read-only > .selectize-input {
     .selectize-read-only > .selectize-input {
-      max-height: 35px;
+      height: 36px;
       overflow: hidden;
       overflow: hidden;
     }
     }
   }
   }

+ 1 - 1
desktop/core/src/desktop/templates/ko_components/ko_context_popover.mako

@@ -330,7 +330,7 @@ from metadata.conf import has_navigator
           <!-- ko ifnot: $parent.commentExpanded -->
           <!-- ko ifnot: $parent.commentExpanded -->
             %if has_navigator(user):
             %if has_navigator(user):
               <!-- ko if: getSourceType() === 'hive' || getSourceType() === 'impala' -->
               <!-- ko if: getSourceType() === 'hive' || getSourceType() === 'impala' -->
-              <div data-bind="component: { name: 'nav-tags', params: { catalogEntry: $data, readOnly: true, overflowEllipsis: true } }"></div>
+              <div data-bind="component: { name: 'nav-tags', params: { catalogEntry: $data, overflowEllipsis: true } }"></div>
               <!-- /ko -->
               <!-- /ko -->
             %endif
             %endif
 
 

برخی فایل ها در این مقایسه diff نمایش داده نمی شوند زیرا تعداد فایل ها بسیار زیاد است