mirror of
https://github.com/portainer/portainer.git
synced 2025-08-04 05:15:25 +02:00
Use bower for Angular dependencies.
This commit is contained in:
parent
115a293e58
commit
13e3fed351
43 changed files with 116 additions and 3835 deletions
|
@ -1,3 +1,7 @@
|
|||
/*
|
||||
* legend.js v0.2.0
|
||||
* License: MIT
|
||||
*/
|
||||
function legend(parent, data) {
|
||||
parent.className = 'legend';
|
||||
var datas = data.hasOwnProperty('datasets') ? data.datasets : data;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue