Skip to content

Commit

Permalink
Remove static server from the top of the page
Browse files Browse the repository at this point in the history
  • Loading branch information
alombarte committed Aug 31, 2023
1 parent 3fd0d2d commit 8f93be3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions src/app/forms/endpoints.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
<plugin root="service" placement="service" template="static-filesystem.html" plugin="'static-filesystem'"
type="'plugin/http-server'"></plugin>

<div class="box box-info" ng-repeat="(endpoint_index,endpoint) in service.endpoints"
ng-class="isValidEndpoint(endpoint.endpoint) ? '' : 'box-danger'" id="e{{ endpoint_index }}">
<div class="box-header with-border">
Expand Down
3 changes: 0 additions & 3 deletions src/app/forms/sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@
<li>
<a href="/#!/endpoints" ng-click="addEndpoint()"><i class="fa fa-plus"></i> Add endpoint</a>
</li>
<li>
<a href="/#!/endpoints" ng-click="addHttpServerPlugin('static-filesystem')"><i class="fa fa-image"></i> Add static path</a>
</li>
<li class="{{ selected_endpoint == endpoint_index ? 'active' : ''}}"
ng-repeat="(endpoint_index,endpoint) in service.endpoints">
<a href="/#!/endpoints?target={{endpoint_index}}" title="Edit {{endpoint.endpoint}}">
Expand Down

0 comments on commit 8f93be3

Please sign in to comment.