ab77b03a
lucvic
Added datasetexpl...
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title></title>
<script>
</script>
</head>
<body>
<script src="https://code.jquery.com/jquery-2.1.4.min.js" type="text/javascript"></script>
<link rel="import" href="../datasetexplorer-datalet.html" />
<datasetexplorer-datalet
data-url="http://spod.routetopa.eu/openwall/api/datasetTree"
fields='["result,provider_name","result,organization_name","result,package_name","result,resource_name","result,url","result,w"]'
></datasetexplorer-datalet>
</body>
</html>
|