diff options
| author | michael pereira | 2011-07-07 14:01:45 +0200 |
|---|---|---|
| committer | michael pereira | 2011-07-07 14:01:45 +0200 |
| commit | b2c5c02e03a8c7ca73e3c787006ad854de5f336a (patch) | |
| tree | 6e953f3db08013de4eb2159826a6db49bd43a87f /application/modules/user/views/scripts | |
| parent | remove parse error (diff) | |
| download | pbs2-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.phtml | 6 |
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()); ?> </div> <label>Share</label> <div class='item'><?php echo $this->escape($bootos->getShare()); ?> </div> + <label>Kernel</label> + <div class='item'><?php echo $this->escape($this->resources[$bootos->getID()]['kernel']?"vorhanden":"nicht vorhanden"); ?> </div> + <label>Initramfs</label> + <div class='item'><?php echo $this->escape($this->resources[$bootos->getID()]['initramfs']?"vorhanden":"nicht vorhanden"); ?> </div> + <label>Config</label> + <div class='item'><?php echo $this->escape($this->resources[$bootos->getID()]['config']?"vorhanden":"nicht vorhanden"); ?> </div> <?php endif; ?> <label>Changed</label> <div class='item'><?php echo $this->escape($bootos->getCreated()); ?> </div> |
