OSDN Git Service

40def9c2e56ab08fa33623c5b4c4e75a2e4cb143
[kit/kit.git] / app / pmgr / default.html
1 <div id="pmgr-box" data-simplebar>
2     実行中のプロセスです。<a class="kit-hyperlink" kit-alert='プロセスマネージャーでは、現在起動中のすべてのプロセスを表示します。プロセス名をクリックすると該当プロセスのアプリケーション情報を表示し、終了ボタンで該当プロセスを終了します。'>ヘルプ</a>
3     <table id="pmgr-t" class="tablesorter">
4         <thead>
5             <tr>
6                 <th>プロセス名</th>
7                 <th>pid</th>
8                 <th>起動時刻</th>
9                 <th>操作</th>
10             </tr>
11         </thead>
12         <tbody id="pmgr-tb"></tbody>
13     </table>
14 </div>