fix copy&paste typo
This commit is contained in:
parent
4e70d7de30
commit
9252f7ab2f
|
@ -278,7 +278,7 @@
|
|||
</script>
|
||||
|
||||
<script type="text/x-handlebars" data-template-name="showSays">
|
||||
<h1>Limits</h1>
|
||||
<h1>Say</h1>
|
||||
<div>
|
||||
<table class="table">
|
||||
<tr>
|
||||
|
@ -298,7 +298,7 @@
|
|||
</script>
|
||||
|
||||
<script type="text/x-handlebars" data-template-name="showChats">
|
||||
<h1>Limits</h1>
|
||||
<h1>Chat</h1>
|
||||
<div>
|
||||
<table class="table">
|
||||
<tr>
|
||||
|
@ -318,7 +318,7 @@
|
|||
</script>
|
||||
|
||||
<script type="text/x-handlebars" data-template-name="showInterfaces">
|
||||
<h1>Limits</h1>
|
||||
<h1>Interfaces</h1>
|
||||
<div>
|
||||
<table class="table">
|
||||
<tr>
|
||||
|
@ -399,7 +399,7 @@
|
|||
{{#linkTo "showSays"}} Say {{/linkTo}} |
|
||||
{{#linkTo "showInterfaces"}} Interfaces {{/linkTo}} |
|
||||
Interface_types |
|
||||
{{#linkTo "showTasks"}} Taskss {{/linkTo}} |
|
||||
{{#linkTo "showTasks"}} Tasks {{/linkTo}} |
|
||||
{{#linkTo "showLimits"}} Limits {{/linkTo}}
|
||||
|
||||
</script>
|
||||
|
|
Loading…
Reference in New Issue