Project

General

Profile

« Previous | Next » 

Revision cfbc8a26

Added by sbeaver over 10 years ago

final changes

View differences:

usr/local/www/diag_system_activity.php
87 87
		print_input_errors($input_errors);
88 88
?>
89 89

  
90
    <div class="table-responsive">
91
        <table class="table table-striped table-hover" summary="diag system activity">
92
        <thead></thead>
93
        <tbody>
94
            <tr>
95
                <td>
96
                <table id="backuptable" align="center" summary="tabcont">
97
                <thead></thead>
98
                <tbody>
99
                    <tr>
100
                        <td>
101
                        <table summary="results">
102
                        <thead></thead>
103
                        <tbody>
104
                            <tr>
105
                                <td>
106
                                <div id="cpuactivitydiv">
107
                                    <?=gettext("Gathering CPU activity, please wait...")?>
108
                                </div>
109
                                </td>
110
                            </tr>
111
                        </tbody>
112
                        </table>
113
                        </td>
114
                    </tr>
115
                </tbody>
116
                </table>
117
                </td>
118
            </tr>
119
        </tbody>
120
        </table>
121
    </div>
90
	<div class="table-responsive">
91
		<table class="table table-striped table-hover" summary="diag system activity">
92
		<thead></thead>
93
		<tbody>
94
			<tr>
95
				<td>
96
				<table id="backuptable" align="center" summary="tabcont">
97
				<thead></thead>
98
				<tbody>
99
					<tr>
100
						<td>
101
						<table summary="results">
102
						<thead></thead>
103
						<tbody>
104
							<tr>
105
								<td>
106
								<div id="cpuactivitydiv">
107
									<?=gettext("Gathering CPU activity, please wait...")?>
108
								</div>
109
								</td>
110
							</tr>
111
						</tbody>
112
						</table>
113
						</td>
114
					</tr>
115
				</tbody>
116
				</table>
117
				</td>
118
			</tr>
119
		</tbody>
120
		</table>
121
	</div>
122 122
</div>
123 123

  
124 124
<?php include("foot.inc"); ?>

Also available in: Unified diff