summaryrefslogtreecommitdiffstats
path: root/application/modules/user/views/scripts
diff options
context:
space:
mode:
authormichael pereira2011-07-07 14:01:45 +0200
committermichael pereira2011-07-07 14:01:45 +0200
commitb2c5c02e03a8c7ca73e3c787006ad854de5f336a (patch)
tree6e953f3db08013de4eb2159826a6db49bd43a87f /application/modules/user/views/scripts
parentremove parse error (diff)
downloadpbs2-b2c5c02e03a8c7ca73e3c787006ad854de5f336a.tar.gz
pbs2-b2c5c02e03a8c7ca73e3c787006ad854de5f336a.tar.xz
pbs2-b2c5c02e03a8c7ca73e3c787006ad854de5f336a.zip
Bootos zeigt nun an welche Dateien vorhanden sind. iPXE im Resource controller implementiert
Diffstat (limited to 'application/modules/user/views/scripts')
-rw-r--r--application/modules/user/views/scripts/bootos/index.phtml6
1 files changed, 6 insertions, 0 deletions
diff --git a/application/modules/user/views/scripts/bootos/index.phtml b/application/modules/user/views/scripts/bootos/index.phtml
index f01cccd..109084f 100644
--- a/application/modules/user/views/scripts/bootos/index.phtml
+++ b/application/modules/user/views/scripts/bootos/index.phtml
@@ -86,6 +86,12 @@
<div class='item'><?php echo $this->escape($bootos->getShortname()); ?>&nbsp;</div>
<label>Share</label>
<div class='item'><?php echo $this->escape($bootos->getShare()); ?>&nbsp;</div>
+ <label>Kernel</label>
+ <div class='item'><?php echo $this->escape($this->resources[$bootos->getID()]['kernel']?"vorhanden":"nicht vorhanden"); ?>&nbsp;</div>
+ <label>Initramfs</label>
+ <div class='item'><?php echo $this->escape($this->resources[$bootos->getID()]['initramfs']?"vorhanden":"nicht vorhanden"); ?>&nbsp;</div>
+ <label>Config</label>
+ <div class='item'><?php echo $this->escape($this->resources[$bootos->getID()]['config']?"vorhanden":"nicht vorhanden"); ?>&nbsp;</div>
<?php endif; ?>
<label>Changed</label>
<div class='item'><?php echo $this->escape($bootos->getCreated()); ?>&nbsp;</div>