Skip to content

Commit

Permalink
Fixed other references after renaming file from commit 03b62ce
Browse files Browse the repository at this point in the history
  • Loading branch information
Viatcheslav Zhilin committed Jun 12, 2020
1 parent 66bc4cc commit 32aa6ae
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

<!-- ELBv2 LB partial -->
<script id="services.elbv2.regions.id.vpcs.id.lbs.partial" type="text/x-handlebars-template">
<script id="services.elbv2.regions.id.vpcs.id.elbs.partial" type="text/x-handlebars-template">
<div class="list-group-item active">
<h4 class="list-group-item-heading">{{name}}</h4>
</div>
Expand Down Expand Up @@ -67,12 +67,12 @@ <h4>Tags</h4>

</script>
<script>
Handlebars.registerPartial("services.elbv2.regions.id.vpcs.id.lbs", $("#services\\.elbv2\\.regions\\.id\\.vpcs\\.id\\.lbs\\.partial").html());
Handlebars.registerPartial("services.elbv2.regions.id.vpcs.id.elbs", $("#services\\.elbv2\\.regions\\.id\\.vpcs\\.id\\.lbs\\.partial").html());
</script>

<!-- Single instance template -->
<script id="single_elbv2_lb-template" type="text/x-handlebars-template">
{{> modal-template template='services.elbv2.regions.id.vpcs.id.lbs'}}
{{> modal-template template='services.elbv2.regions.id.vpcs.id.elbs'}}
</script>

<script>
Expand Down

0 comments on commit 32aa6ae

Please sign in to comment.