container->application); Template::addJs('media://js/solo/stepper.js', $this->container->application); Template::addJs('media://js/solo/alice.js', $this->container->application); $model = new Log(); $this->logs = $model->getLogList(); $tag = $model->getState('tag'); if (empty($tag)) { $tag = null; } $this->tag = $tag; // Get profile ID and name $this->profileid = Platform::getInstance()->get_active_profile();; $this->profilename = $this->escape(Platform::getInstance()->get_profile_name($this->profileid)); return true; } }