Skip to content

Commit

Permalink
Uncomment file nav UI in simulations
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake Rosenberg authored and Jake Rosenberg committed Nov 2, 2023
1 parent 37d39b8 commit 44e93a7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ <h3 class="text-center">
>&nbsp;</files-listing>
</div>
</div>
</div>
</div>-->
<div ng-if="$ctrl.ui.fileNav && !$ctrl.ui.loading">
<breadcrumb
path="$ctrl.breadcrumbParams.path"
Expand All @@ -72,7 +72,7 @@ <h3 class="text-center">
listing="$ctrl.FileListingService.listings.main"
on-browse="$ctrl.onBrowse(file)"
>&nbsp;</files-listing>
</div> -->
</div>

<div ng-if="!$ctrl.ui.fileNav && !$ctrl.ui.loading" ng-repeat="simulation in $ctrl.project.simulation_set" style="margin-bottom:20px">
<div class="dropdown dropdown-spacer-sm" id="details-{{simulation.uuid}}">
Expand Down

0 comments on commit 44e93a7

Please sign in to comment.