Commit 054b226a authored by Rafael Monnerat's avatar Rafael Monnerat

slapos_jio: Fix selection_url on Ticket_view

parent 462b148c
......@@ -222,7 +222,7 @@
var header_dict = {
page_title: "Support Request : " + gadget.state.doc.title,
add_url: url_list[1],
selection_url: url_list[6]
selection_url: url_list[2]
};
return gadget.updateHeader(header_dict);
});
......
......@@ -248,7 +248,7 @@
</tuple>
<state>
<tuple>
<float>1519839745.96</float>
<float>1522772303.04</float>
<string>UTC</string>
</tuple>
</state>
......
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