Commit fa2904cd authored by Ivan Tyagov's avatar Ivan Tyagov

Data lake - Fix urls

See merge request !93
parents cc7d405b bf6ed8e1
...@@ -63,7 +63,7 @@ ...@@ -63,7 +63,7 @@
</item> </item>
<item> <item>
<key> <string>content_md5</string> </key> <key> <string>content_md5</string> </key>
<value> <string>cef6fc446af1b8232197bf7b07996648</string> </value> <value> <string>c63c465b4e5d7eb641b94522e326c372</string> </value>
</item> </item>
<item> <item>
<key> <string>content_type</string> </key> <key> <string>content_type</string> </key>
...@@ -71,7 +71,7 @@ ...@@ -71,7 +71,7 @@
</item> </item>
<item> <item>
<key> <string>default_reference</string> </key> <key> <string>default_reference</string> </key>
<value> <string>latest_ebulk_deb_package</string> </value> <value> <string>ebulk-1.1.9.deb</string> </value>
</item> </item>
<item> <item>
<key> <string>description</string> </key> <key> <string>description</string> </key>
...@@ -81,11 +81,11 @@ ...@@ -81,11 +81,11 @@
</item> </item>
<item> <item>
<key> <string>filename</string> </key> <key> <string>filename</string> </key>
<value> <string>ebulk_1.1.7-1_all.deb</string> </value> <value> <string>ebulk_1.1.9-1_all.deb</string> </value>
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>latest_ebulk_deb_package</string> </value> <value> <string>ebulk-1.1.9.deb</string> </value>
</item> </item>
<item> <item>
<key> <string>language</string> </key> <key> <string>language</string> </key>
...@@ -99,11 +99,11 @@ ...@@ -99,11 +99,11 @@
</item> </item>
<item> <item>
<key> <string>short_title</string> </key> <key> <string>short_title</string> </key>
<value> <string>ebulk_1.1.7.deb</string> </value> <value> <string>ebulk_1.1.9.deb</string> </value>
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>Latest ebulk deb package</string> </value> <value> <string>Ebulk 1.1.9 deb package</string> </value>
</item> </item>
<item> <item>
<key> <string>version</string> </key> <key> <string>version</string> </key>
...@@ -236,7 +236,7 @@ ...@@ -236,7 +236,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>987.40513.37813.49356</string> </value> <value> <string>991.41982.35442.3362</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -254,7 +254,7 @@ ...@@ -254,7 +254,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1603983395.67</float> <float>1619452757.29</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
.declareService(function () { .declareService(function () {
var gadget = this, var gadget = this,
download_deb_element = document.querySelector("#deb_link"), download_deb_element = document.querySelector("#deb_link"),
jio_key = 'document_module/latest_ebulk_deb_package'; jio_key = 'document_module/ebulk-1.1.9.deb';
return gadget.jio_get(jio_key) return gadget.jio_get(jio_key)
.push(function (jio_document) { .push(function (jio_document) {
download_deb_element.download = jio_document.short_title; download_deb_element.download = jio_document.short_title;
......
...@@ -234,7 +234,7 @@ ...@@ -234,7 +234,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>987.40560.50079.18688</string> </value> <value> <string>991.37699.2285.38724</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -252,7 +252,7 @@ ...@@ -252,7 +252,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1603984371.33</float> <float>1619452806.99</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
......
...@@ -4,4 +4,4 @@ web_site_module/default_wendelin_data_lake ...@@ -4,4 +4,4 @@ web_site_module/default_wendelin_data_lake
web_site_module/default_wendelin_data_lake/** web_site_module/default_wendelin_data_lake/**
web_page_module/fif_* web_page_module/fif_*
web_page_module/gadget_fif_* web_page_module/gadget_fif_*
document_module/latest_ebulk_deb_package document_module/ebulk-1.1.9.deb
\ No newline at end of file \ No newline at end of file
...@@ -4,4 +4,4 @@ web_site_module/default_wendelin_data_lake ...@@ -4,4 +4,4 @@ web_site_module/default_wendelin_data_lake
web_site_module/default_wendelin_data_lake/** web_site_module/default_wendelin_data_lake/**
web_page_module/fif_* web_page_module/fif_*
web_page_module/gadget_fif_* web_page_module/gadget_fif_*
document_module/latest_ebulk_deb_package document_module/ebulk-1.1.9.deb
\ No newline at end of file \ No newline at end of file
document_module/latest_ebulk_deb_package document_module/ebulk-1.1.9.deb
image_module/fif_* image_module/fif_*
portal_tests/wendelin_data_lake_ui_zuite portal_tests/wendelin_data_lake_ui_zuite
portal_tests/wendelin_data_lake_ui_zuite/** portal_tests/wendelin_data_lake_ui_zuite/**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment