HCE Project DC service web UI
0.2
Hierarchical Cluster Engine DC service web UI
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
HCE Project DC service web UI
Bootstrap Colorpicker 2.0
Overview
CKEditor 4 Changelog
Software License Agreement
ChangeLog
Installing instructions
widgets
yii2-debug
Todo List
Deprecated List
Namespaces
Classes
Files
File List
app
protected
commands
components
config
controllers
extensions
helpers
models
modules
account
job
commands
components
controllers
models
vendors
views
jobs
_form.php
_search.php
_view.php
admin.php
create.php
index.php
update.php
view.php
jobsLogs
JobModule.php
rights
user
runtime
tests
vendor
views
yiic.php
themes
index.php
File Members
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Pages
view.php
Go to the documentation of this file.
1
<?php
2
/* @var $this JobsController */
3
/* @var $model Jobs */
4
5
$this->
breadcrumbs
= array(
6
'Jobs'
=> array(
'index'
),
7
$model->id,
8
);
9
10
$this->
menu
= array(
11
array(
'label'
=>
'List Jobs'
,
'url'
=> array(
'index'
)),
12
array(
'label'
=>
'Update Jobs'
,
'url'
=> array(
'update'
,
'id'
=> $model->id)),
13
array(
'label'
=>
'Delete Jobs'
,
'url'
=>
'#'
,
'linkOptions'
=> array(
'submit'
=> array(
'delete'
,
'id'
=> $model->id),
'confirm'
=>
'Are you sure you want to delete this item?'
)),
14
array(
'label'
=>
'Manage Jobs'
,
'url'
=> array(
'admin'
)),
15
);
16
?>
17
18
<h1>View
Jobs
#<?php echo $model->id; ?></h1>
19
20
<?php $this->widget(
'zii.widgets.CDetailView'
, array(
21
'data'
=> $model,
22
'attributes'
=> array(
23
'id'
,
24
'job_class'
,
25
'job_data'
,
26
'crontab'
,
27
'job_status_id'
,
28
'planned_time'
,
29
'start_time'
,
30
'finish_time'
,
31
'create_time'
,
32
'update_time'
,
33
),
34
)); ?>
app
protected
modules
job
views
jobs
view.php
Generated on Tue Jun 30 2015 20:12:32 for HCE Project DC service web UI by
1.8.1.2