Skip to content

Commit

Permalink
fix(netflix): restore tableau data source
Browse files Browse the repository at this point in the history
  • Loading branch information
anotherchrisberry committed Mar 1, 2017
1 parent f795cfa commit 68d2db2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div class="panel panel-default">
<div class="panel-body">
<p>If you don't need or want certain features for your application, you can disable them here.</p>
<p>Disabling a data source only changes the display in Spinnaker - it won't delete any actual data.</p>
<p>Disabling a feature only changes the display in Spinnaker - it won't delete any actual data.</p>
<div ng-repeat="dataSource in $ctrl.dataSources" class="checkbox">
<label><input type="checkbox"
ng-model="$ctrl.model[dataSource.key]"
Expand Down
1 change: 1 addition & 0 deletions app/scripts/modules/netflix/tableau/tableau.states.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ module(TABLEAU_STATES, [
STATE_CONFIG_PROVIDER,
require('./summary/summaryTableau.controller'),
require('./application/appTableau.controller'),
require('./tableau.dataSource'),
]).config((applicationStateProvider: ApplicationStateProvider, stateConfigProvider: StateConfigProvider) => {

const appState: INestedState = {
Expand Down

0 comments on commit 68d2db2

Please sign in to comment.