[
https://issues.apache.org/jira/browse/AMBARI-13280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14941802#comment-14941802
]
Hudson commented on AMBARI-13280:
---------------------------------
SUCCESS: Integrated in Ambari-branch-2.1 #633 (See
[https://builds.apache.org/job/Ambari-branch-2.1/633/])
AMBARI-13280. Enhanced Configs work to add Ranger User Info tab. (Andrii
(jaimin:
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=78635b4c11dd783225d9df5903a86fb4d14547aa])
* ambari-web/test/mappers/configs/themes_mapper_test.js
*
ambari-server/src/main/resources/stacks/HDP/2.3/services/RANGER/configuration/ranger-admin-site.xml
* ambari-web/app/mappers/configs/themes_mapper.js
*
ambari-server/src/main/java/org/apache/ambari/server/state/theme/Subsection.java
* ambari-web/app/controllers/installer.js
* ambari-web/app/models/configs/theme/sub_section.js
* ambari-web/app/models/configs/stack_config_property.js
* ambari-web/app/views/common/configs/service_config_layout_tab_view.js
* ambari-web/app/models/configs/sub_section.js
* ambari-web/app/models/configs/section.js
*
ambari-server/src/main/resources/stacks/HDP/2.3/services/RANGER/themes/theme.json
*
ambari-server/src/main/resources/stacks/HDP/2.3/services/RANGER/configuration/ranger-env.xml
* ambari-web/app/templates/common/configs/service_config_layout_tab.hbs
* ambari-web/app/models/configs/theme/tab.js
* ambari-web/app/models/configs/theme/section.js
* ambari-web/app/data/HDP2.3/site_properties.js
*
ambari-server/src/main/resources/stacks/HDP/2.3/services/RANGER/configuration/ranger-ugsync-site.xml
* ambari-web/app/models/configs/theme/sub_section_tab.js
* ambari-web/app/models.js
* ambari-web/app/models/configs/tab.js
*
ambari-server/src/main/java/org/apache/ambari/server/state/theme/ConfigPlacement.java
> Enhanced Configs work to add Ranger User Info tab
> -------------------------------------------------
>
> Key: AMBARI-13280
> URL: https://issues.apache.org/jira/browse/AMBARI-13280
> Project: Ambari
> Issue Type: Task
> Components: ambari-server, ambari-web
> Affects Versions: 2.1.3
> Reporter: Andrii Babiichuk
> Assignee: Andrii Babiichuk
> Priority: Critical
> Fix For: 2.1.3
>
> Attachments: AMBARI-13280.patch
>
>
> Currently, there is a notion of tab, section and subsection in UI which is
> completely theme driven from stack API endpoint.
> subsection is the last container that contains set of configs. This is
> achieved by registering each config with a subsection in service theme.
> As part of this ticket add a notion of subsection-tabs (a group of tabs)
> which can be optionally present inside a subsection. Any config can register
> only to a subsection as it does currently or can register to a subsection and
> to an individual tab of a subsection-tab located inside the subsection.
> For now, Layout of a subsection-tabs (a group of tabs) in a subsection is
> always at last. This means that if there are configs that are not mapped to
> any individual tab of subsection-tabs then they will be placed before
> subsection-tabs. Orientation of configs inside subsection-tabs should be in
> order of their occurrence in theme.json.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)