Skip to content

Commit

Permalink
step 10. removed video sources
Browse files Browse the repository at this point in the history
  • Loading branch information
edospadoni committed Nov 21, 2023
1 parent 7166de0 commit c80719a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
1 change: 1 addition & 0 deletions wizard/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
/dist
package-lock.json
yarn.lock
app/scripts/custom.js
3 changes: 0 additions & 3 deletions wizard/app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -258,9 +258,6 @@
<div ng-if="!wizard.isWizard" class="panel-body adjust-panel-body list-group-item collapse-menu {{resolveActiveTab('cards',2) ? 'active' : ''}}">
<div ng-click="goTo('apps/cards')" class="list-group-item-value menu-item-left no-opacity full-width">{{'Customer cards' | translate | ellipsis:'1200'}}</div>
</div>
<div ng-if="!wizard.isWizard" class="panel-body adjust-panel-body list-group-item collapse-menu {{resolveActiveTab('streaming',2) ? 'active' : ''}}">
<div ng-click="goTo('apps/streaming')" class="list-group-item-value menu-item-left no-opacity full-width">{{'Video sources' | translate | ellipsis:'1200'}}</div>
</div>
<div ng-if="!wizard.isWizard" class="panel-body adjust-panel-body list-group-item collapse-menu {{resolveActiveTab('phonebook',2) ? 'active' : ''}}">
<div ng-click="goTo('apps/phonebook')" class="list-group-item-value menu-item-left no-opacity full-width">{{'Phonebook sources' | translate | ellipsis:'1200'}}</div>
</div>
Expand Down
5 changes: 0 additions & 5 deletions wizard/app/scripts/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,11 +139,6 @@ angular
controller: 'AppsCardsCtrl',
controllerAs: 'apps/cards'
})
.when('/apps/streaming', {
templateUrl: 'views/apps/streaming.html',
controller: 'AppsStreamingCtrl',
controllerAs: 'apps/streaming'
})
.when('/apps/paramurl', {
templateUrl: 'views/apps/paramurl.html',
controller: 'AppsParamurlCtrl',
Expand Down

0 comments on commit c80719a

Please sign in to comment.