PHP Classes

File: SmallServerAdmin/files/dialogs/executionResult.php

Recommend this page to a friend!
  Classes of Aleksey Nemiro   PHP Small Server Administrator   SmallServerAdmin/files/dialogs/executionResult.php   Download  
File: SmallServerAdmin/files/dialogs/executionResult.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Small Server Administrator
Web panel for small Debian and Ubuntu servers
Author: By
Last change:
Date: 7 years ago
Size: 549 bytes
 

Contents

Class file image Download
<div id="executionResult" class="modal" role="dialog">
  <div class="modal-dialog">
    <div class="modal-content">
      <div class="modal-header">
        <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
        <h3>${Result}</h3>
      </div>
      <div class="modal-body">
        <ui-codemirror ui-codemirror-opts="{ lineNumbers: true, theme: 'default', readOnly: true, mode: 'shell' }" ng-model="ExecutionResult" ui-refresh="!SelectedItem.Loading"></ui-codemirror>
      </div>
    </div>
  </div>
</div>