Skip to content

Commit

Permalink
Add vuejs binary and license information
Browse files Browse the repository at this point in the history
  • Loading branch information
kfdm committed Feb 13, 2019
1 parent 51758c0 commit 581e4ff
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 1 deletion.
6 changes: 6 additions & 0 deletions NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ contributors:
* License: licenses/LICENSE.moment.mit.txt (MIT License)
* Homepage: http://momentjs.com/

This product contains Vue.js, distributed by Yuxi (Evan) You and other
contributors:

* License: licenses/LICENSE.vuejs.mit.txt (MIT License)
* Homepage: https://vuejs.org

Dependencies
============

Expand Down
21 changes: 21 additions & 0 deletions licenses/LICENSE.vuejs.mit.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
The MIT License (MIT)

Copyright (c) 2013-present, Yuxi (Evan) You

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.
2 changes: 2 additions & 0 deletions promgen/static/js/promgen.vue.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
# These sources are released under the terms of the MIT license: see LICENSE
*/

Vue.config.devtools = true

var dataStore = {
newSilence: { 'labels': {} },
globalSilences: [],
Expand Down
6 changes: 6 additions & 0 deletions promgen/static/js/vue.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion promgen/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<script src="{% static "/js/bootstrap3-typeahead.min.js" %}"></script>
<script src="{% static "/js/moment.min.js" %}"></script>
<script src="{% static "/js/bootstrap-switch.min.js" %}"></script>
<script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.js"></script>
<script src="{% static "/js/vue.min.js" %}"></script>
<script src="{% static "/js/promgen.js" %}"></script>
<script src="{% static "/js/promgen.vue.js" %}"></script>
{% block javascript %}{% endblock %}
Expand Down

0 comments on commit 581e4ff

Please sign in to comment.