mirror of
https://github.com/ziirish/burp-ui.git
synced 2026-05-22 06:05:33 -06:00
ui improvements
This commit is contained in:
parent
3598cb591d
commit
6053aa67f1
5 changed files with 44 additions and 2 deletions
|
|
@ -150,7 +150,7 @@ Changelog
|
|||
Licenses
|
||||
--------
|
||||
|
||||
Burp-UI is released under the BSD 3-clause `License`_.
|
||||
``Burp-UI`` is released under the BSD 3-clause `License`_.
|
||||
|
||||
But this project is built on top of other tools listed here:
|
||||
|
||||
|
|
@ -165,6 +165,7 @@ But this project is built on top of other tools listed here:
|
|||
- `angular-bootstrap-switch <https://github.com/frapontillo/angular-bootstrap-switch>`_ (`Apache <https://git.ziirish.me/ziirish/burp-ui/blob/master/burpui/static/angular-bootstrap-switch/LICENSE>`__)
|
||||
- `angular.js <https://angularjs.org/>`_ (`MIT <https://git.ziirish.me/ziirish/burp-ui/blob/master/burpui/static/angularjs/LICENSE>`__)
|
||||
- `angular-ui-select <https://github.com/angular-ui/ui-select>`_ (`MIT <https://git.ziirish.me/ziirish/burp-ui/blob/master/burpui/static/angular-ui-select/LICENSE>`__)
|
||||
- `AngularStrap <http://mgcrea.github.io/angular-strap/>`_ (`MIT <https://git.ziirish.me/ziirish/burp-ui/blob/master/burpui/static/angular-strap/LICENSE.md>`__)
|
||||
- `lodash <https://github.com/lodash/lodash>`_ (`MIT <https://git.ziirish.me/ziirish/burp-ui/blob/master/burpui/static/lodash/LICENSE.txt>`__)
|
||||
- Home-made `favicon <https://git.ziirish.me/ziirish/burp-ui/blob/master/burpui/static/images/favicon.ico>`_ based on pictures from `simpsoncrazy <http://www.simpsoncrazy.com/pictures/homer>`_
|
||||
|
||||
|
|
|
|||
21
burpui/static/angular-strap/LICENSE.md
Normal file
21
burpui/static/angular-strap/LICENSE.md
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
The MIT License
|
||||
|
||||
Copyright (c) 2012-2014 Olivier Louvignes http://olouv.com
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in
|
||||
all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
THE SOFTWARE.
|
||||
10
burpui/static/angular-strap/angular-strap.min.js
vendored
Normal file
10
burpui/static/angular-strap/angular-strap.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
8
burpui/static/angular-strap/angular-strap.tpl.min.js
vendored
Normal file
8
burpui/static/angular-strap/angular-strap.tpl.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
|
|
@ -28,7 +28,7 @@
|
|||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<body {% if config %}ng-app="ConfigApp"{% endif %}>
|
||||
|
||||
{% include "topbar.html" %}
|
||||
|
||||
|
|
@ -74,6 +74,8 @@
|
|||
<script src="{{ url_for('static', filename='bootstrap-switch/bootstrap-switch.min.js') }}"></script>
|
||||
<script src="{{ url_for('static', filename='angular-bootstrap-switch/angular-bootstrap-switch.js') }}"></script>
|
||||
<script src="{{ url_for('static', filename='angular-ui-select/select.min.js') }}"></script>
|
||||
<script src="{{ url_for('static', filename='angular-strap/angular-strap.min.js') }}"></script>
|
||||
<script src="{{ url_for('static', filename='angular-strap/angular-strap.tpl.min.js') }}"></script>
|
||||
{% endif -%}
|
||||
<script type="text/javascript">
|
||||
{% include "gerard.js" %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue