diff options
author | Michael Elkins <melkins@tislabs.com> | 2013-02-27 22:51:21 +0000 |
---|---|---|
committer | Michael Elkins <melkins@tislabs.com> | 2013-02-27 22:51:21 +0000 |
commit | 958fd4069679fd74dc80a9eeb4c5b3be953090ac (patch) | |
tree | 0ffea5d885df970900a8a94f7cf96b5e1ff90991 | |
parent | 0345763212b060cd369513f1b7f29ba81ddd6fb3 (diff) |
drop "Request" from "ROA Requests" in dashboard
closes #419
svn path=/trunk/; revision=5085
-rw-r--r-- | rpkid/rpki/gui/app/templates/app/dashboard.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpkid/rpki/gui/app/templates/app/dashboard.html b/rpkid/rpki/gui/app/templates/app/dashboard.html index dde9a765..a60ba780 100644 --- a/rpkid/rpki/gui/app/templates/app/dashboard.html +++ b/rpkid/rpki/gui/app/templates/app/dashboard.html @@ -112,7 +112,7 @@ <div class="row-fluid"> <div class="span6"> <div class="page-header"> - <h1>ROA Requests</h1> + <h1>ROAs</h1> </div> <table class="table table-condensed table-striped"> <tr><th>Prefix</th><th>Max Length</th><th>AS</th><th></th></tr> |