mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-13 11:01:50 +00:00
13 lines
427 B
HTML
13 lines
427 B
HTML
<%#
|
|
Copyright 2018 Ycarus (Yannick Chabanois) <ycarus@zugaina.org>
|
|
Copyright 2008 Steven Barth <steven@midlink.org>
|
|
Copyright 2008 Jo-Philipp Wich <jow@openwrt.org>
|
|
Licensed to the public under the Apache License 2.0.
|
|
-%>
|
|
|
|
<fieldset class="cbi-section">
|
|
<legend>
|
|
<a href="<%=url('admin/services/glorytun')%>"><%:Overview%></a> »
|
|
<%=luci.i18n.translatef("Instance \"%s\"", self.instance)%>
|
|
</legend>
|
|
</fieldset>
|