Просмотр исходного кода

AMBARI-8050. Data dirs input field is not textarea on HDP 2.2 (alexantonenko)

Alex Antonenko 10 лет назад
Родитель
Сommit
c032eb494b
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      ambari-web/app/models/service_config.js

+ 1 - 0
ambari-web/app/models/service_config.js

@@ -721,6 +721,7 @@ App.ServiceConfigProperty = Ember.Object.extend({
         return App.ServiceConfigRadioButtons;
         return App.ServiceConfigRadioButtons;
         break;
         break;
       case 'directories':
       case 'directories':
+      case 'datanodedirs':
         return App.ServiceConfigTextArea;
         return App.ServiceConfigTextArea;
         break;
         break;
       case 'content':
       case 'content':