Js in Generated page (/admin/model/model) is broken, because variable timestamp has wrong value (Js mistake). And model view dont work.
In Head of page, last script (dynamicaly generated.)
base_url = "/admin";
var topic_string = "";
var timestamp = {1404,954953,474808};
$(document).ready(function() {
if (topic_string) {
watch_topic(topic_string, timestamp);
}
});