* Fix merge clash.
This commit is contained in:
@@ -68,10 +68,7 @@ $lang->zahost->init->initDesc = "- 在宿主机上执行命令:%s %s <br
|
||||
$lang->zahost->init->statusTitle = "服务状态";
|
||||
|
||||
$lang->zahost->image = new stdclass;
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
$lang->zahost->image->list = '镜像列表';
|
||||
>>>>>>> 6d20a680439abb95e8252d1ee346d3f94e9e9928
|
||||
$lang->zahost->image->browseImage = '镜像列表';
|
||||
$lang->zahost->image->createImage = '创建镜像';
|
||||
$lang->zahost->image->choseImage = '选择镜像';
|
||||
|
||||
@@ -72,17 +72,10 @@
|
||||
<?php $disabled = ($host->status == 'wait') ? 'disabled' : '';?>
|
||||
<?php $title = ($host->status == 'wait') ? $lang->zahost->uninitNotice: $lang->zahost->image->browseImage;?>
|
||||
<?php common::printIcon('zahost', 'browseImage', "hostID={$host->hostID}", $host, 'list', 'snap-house', '', "iframe $disabled", true, "data-width='60%'", $title);?>
|
||||
<<<<<<< HEAD
|
||||
<?php common::printIcon('zahost', 'edit', "hostID={$host->hostID}", $host, 'list');?>
|
||||
<?php common::printIcon('zahost', 'init', "hostID={$host->hostID}", $host, 'list', 'refresh', '', ' init', false, "data-placement='bottom'", $lang->zahost->init->title);?>
|
||||
<?php $disabled = !empty($nodeList[$host->hostID]) ? 'disabled' : '';?>
|
||||
<?php $title = !empty($nodeList[$host->hostID]) ? $lang->zahost->undeletedNotice : $lang->zahost->delete;?>
|
||||
=======
|
||||
<?php $disabled = !empty($nodeList[$host->hostID]) ? 'disabled' : '';?>
|
||||
<?php $title = !empty($nodeList[$host->hostID]) ? $lang->zahost->undeletedNotice : $lang->zahost->delete;?>
|
||||
<?php common::printIcon('zahost', 'edit', "hostID={$host->hostID}", $host, 'list');?>
|
||||
<?php common::printIcon('zahost', 'init', "hostID={$host->hostID}", $host, 'list', 'refresh', '', ' init', false, "data-placement='bottom'", $lang->zahost->init->title);?>
|
||||
>>>>>>> 6d20a680439abb95e8252d1ee346d3f94e9e9928
|
||||
<?php echo html::a($this->createLink('zahost', 'delete', "hostID={$host->id}"), '<i class="icon-trash"></i>', 'hiddenwin', "title='$title' class='btn $disabled'");;?>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user