@@ -81,7 +81,6 @@ App.supports = {
showPageLoadTime: false,
skipComponentStartAfterInstall: false,
preInstallChecks: false,
- hostComboSearchBox: true,
serviceAutoStart: true,
logSearch: true,
redhatSatellite: false,
@@ -35,7 +35,7 @@ App.ExperimentalController = Em.Controller.extend(App.UserPref, {
getUserPrefSuccessCallback: function (response, request, data) {
if (response) {
- App.set('supports', response);
+ App.set('supports', $.merge(response, App.get('supports')));
}
},
@@ -15,7 +15,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
}}
-{{#if App.supports.hostComboSearchBox}}
<br/>
{{#if view.errMsg}}
<div class="alert alert-error">
@@ -23,4 +22,3 @@
</div>
{{/if}}
<div id="combo_search_box"></div>
-{{/if}}