#281 missing logfiles for tbc

This commit is contained in:
Ulf Gebhardt 2017-01-14 22:17:11 +01:00
parent 433a797a33
commit 9f2f0c0957
3 changed files with 279 additions and 12 deletions

View File

@ -354,6 +354,19 @@ function init_saimod_mojotrollz_server_tbc_control(){
});
});
$('#btn_log_tbc_database_test').click(function(){
growl_start('Doing ... please wait')
$.ajax({ type :'GET',
url : './sai.php',
data : { sai_mod: '.SAI.saimod_mojotrollz_server_tbc',
action: 'log_tbc_database_test'},
success : function(data) {
$('#output_log').append(data);
growl_end_success("Updated successfully!");
}
});
});
$('#btn_log_tbc_eventai_live').click(function(){
growl_start('Doing ... please wait')
$.ajax({ type :'GET',
@ -380,6 +393,32 @@ function init_saimod_mojotrollz_server_tbc_control(){
});
});
$('#btn_log_tbc_gm_live').click(function(){
growl_start('Doing ... please wait')
$.ajax({ type :'GET',
url : './sai.php',
data : { sai_mod: '.SAI.saimod_mojotrollz_server_tbc',
action: 'log_tbc_gm_live'},
success : function(data) {
$('#output_log').append(data);
growl_end_success("Updated successfully!");
}
});
});
$('#btn_log_tbc_gm_test').click(function(){
growl_start('Doing ... please wait')
$.ajax({ type :'GET',
url : './sai.php',
data : { sai_mod: '.SAI.saimod_mojotrollz_server_tbc',
action: 'log_tbc_gm_test'},
success : function(data) {
$('#output_log').append(data);
growl_end_success("Updated successfully!");
}
});
});
$('#btn_log_tbc_realm_live').click(function(){
growl_start('Doing ... please wait')
$.ajax({ type :'GET',
@ -393,7 +432,7 @@ function init_saimod_mojotrollz_server_tbc_control(){
});
});
$('#btn_log_tbc_realm_test').click(function(){
/*$('#btn_log_tbc_realm_test').click(function(){
growl_start('Doing ... please wait')
$.ajax({ type :'GET',
url : './sai.php',
@ -405,7 +444,7 @@ function init_saimod_mojotrollz_server_tbc_control(){
}
});
});
});*/
$('#btn_log_tbc_sd2_live').click(function(){
growl_start('Doing ... please wait')
$.ajax({ type :'GET',
@ -458,6 +497,58 @@ function init_saimod_mojotrollz_server_tbc_control(){
});
});
$('#btn_log_tbc_crash_live').click(function(){
growl_start('Doing ... please wait')
$.ajax({ type :'GET',
url : './sai.php',
data : { sai_mod: '.SAI.saimod_mojotrollz_server_tbc',
action: 'log_tbc_crash_live'},
success : function(data) {
$('#output_log').append(data);
growl_end_success("Updated successfully!");
}
});
});
$('#btn_log_tbc_crash_test').click(function(){
growl_start('Doing ... please wait')
$.ajax({ type :'GET',
url : './sai.php',
data : { sai_mod: '.SAI.saimod_mojotrollz_server_tbc',
action: 'log_tbc_crash_test'},
success : function(data) {
$('#output_log').append(data);
growl_end_success("Updated successfully!");
}
});
});
$('#btn_log_tbc_serverlog_live').click(function(){
growl_start('Doing ... please wait')
$.ajax({ type :'GET',
url : './sai.php',
data : { sai_mod: '.SAI.saimod_mojotrollz_server_tbc',
action: 'log_tbc_serverlog_live'},
success : function(data) {
$('#output_log').append(data);
growl_end_success("Updated successfully!");
}
});
});
$('#btn_log_tbc_serverlog_test').click(function(){
growl_start('Doing ... please wait')
$.ajax({ type :'GET',
url : './sai.php',
data : { sai_mod: '.SAI.saimod_mojotrollz_server_tbc',
action: 'log_tbc_serverlog_test'},
success : function(data) {
$('#output_log').append(data);
growl_end_success("Updated successfully!");
}
});
});
}
{
$('#btn_logdel_tbc_chars_live').click(function(){
@ -512,6 +603,19 @@ function init_saimod_mojotrollz_server_tbc_control(){
});
});
$('#btn_logdel_tbc_database_test').click(function(){
growl_start('Doing ... please wait')
$.ajax({ type :'GET',
url : './sai.php',
data : { sai_mod: '.SAI.saimod_mojotrollz_server_tbc',
action: 'logdel_tbc_database_test'},
success : function(data) {
$('#output_log').append(data);
growl_end_success("Updated successfully!");
}
});
});
$('#btn_logdel_tbc_eventai_live').click(function(){
growl_start('Doing ... please wait')
$.ajax({ type :'GET',
@ -538,6 +642,33 @@ function init_saimod_mojotrollz_server_tbc_control(){
});
});
$('#btn_logdel_tbc_gm_live').click(function(){
growl_start('Doing ... please wait')
$.ajax({ type :'GET',
url : './sai.php',
data : { sai_mod: '.SAI.saimod_mojotrollz_server_tbc',
action: 'logdel_tbc_gm_live'},
success : function(data) {
$('#output_log').append(data);
growl_end_success("Updated successfully!");
}
});
});
$('#btn_logdel_tbc_gm_test').click(function(){
growl_start('Doing ... please wait')
$.ajax({ type :'GET',
url : './sai.php',
data : { sai_mod: '.SAI.saimod_mojotrollz_server_tbc',
action: 'logdel_tbc_gm_test'},
success : function(data) {
$('#output_log').append(data);
growl_end_success("Updated successfully!");
}
});
});
$('#btn_logdel_tbc_realm_live').click(function(){
growl_start('Doing ... please wait')
$.ajax({ type :'GET',
@ -551,7 +682,7 @@ function init_saimod_mojotrollz_server_tbc_control(){
});
});
$('#btn_logdel_tbc_realm_test').click(function(){
/*$('#btn_logdel_tbc_realm_test').click(function(){
growl_start('Doing ... please wait')
$.ajax({ type :'GET',
url : './sai.php',
@ -563,7 +694,7 @@ function init_saimod_mojotrollz_server_tbc_control(){
}
});
});
});*/
$('#btn_logdel_tbc_sd2_live').click(function(){
growl_start('Doing ... please wait')
$.ajax({ type :'GET',
@ -616,6 +747,58 @@ function init_saimod_mojotrollz_server_tbc_control(){
});
});
$('#btn_logdel_tbc_crash_live').click(function(){
growl_start('Doing ... please wait')
$.ajax({ type :'GET',
url : './sai.php',
data : { sai_mod: '.SAI.saimod_mojotrollz_server_tbc',
action: 'logdel_tbc_crash_live'},
success : function(data) {
$('#output_log').append(data);
growl_end_success("Updated successfully!");
}
});
});
$('#btn_logdel_tbc_crash_test').click(function(){
growl_start('Doing ... please wait')
$.ajax({ type :'GET',
url : './sai.php',
data : { sai_mod: '.SAI.saimod_mojotrollz_server_tbc',
action: 'logdel_tbc_crash_test'},
success : function(data) {
$('#output_log').append(data);
growl_end_success("Updated successfully!");
}
});
});
$('#btn_logdel_tbc_serverlog_live').click(function(){
growl_start('Doing ... please wait')
$.ajax({ type :'GET',
url : './sai.php',
data : { sai_mod: '.SAI.saimod_mojotrollz_server_tbc',
action: 'logdel_tbc_serverlog_live'},
success : function(data) {
$('#output_log').append(data);
growl_end_success("Updated successfully!");
}
});
});
$('#btn_logdel_tbc_serverlog_test').click(function(){
growl_start('Doing ... please wait')
$.ajax({ type :'GET',
url : './sai.php',
data : { sai_mod: '.SAI.saimod_mojotrollz_server_tbc',
action: 'logdel_tbc_serverlog_test'},
success : function(data) {
$('#output_log').append(data);
growl_end_success("Updated successfully!");
}
});
});
}
}

View File

@ -103,9 +103,13 @@ class saimod_mojotrollz_server_tbc extends \SYSTEM\SAI\SaiModule {
return 'File not Found';}
return \htmlentities(\file_get_contents('/home/mojotrollz/mojo/tbc/server/log/DBErrors.log'));}
public static function sai_mod__SAI_saimod_mojotrollz_server_tbc_action_log_tbc_db_test(){
if(!\file_exists('/home/mojotrollz/mojo/tbc/server/log/DBErrors.log')){
if(!\file_exists('/home/mojotrollz/mojo/tbc/server/log_test/DBErrors.log')){
return 'File not Found';}
return \htmlentities(\file_get_contents('/home/mojotrollz/mojo/tbc/server/log_test/DBErrors.log'));}
public static function sai_mod__SAI_saimod_mojotrollz_server_tbc_action_log_tbc_database_test(){
if(!\file_exists('/home/mojotrollz/mojo/tbc/server/log_test/Database.log')){
return 'File not Found';}
return \htmlentities(\file_get_contents('/home/mojotrollz/mojo/tbc/server/log_test/Database.log'));}
public static function sai_mod__SAI_saimod_mojotrollz_server_tbc_action_log_tbc_eventai_live(){
if(!\file_exists('/home/mojotrollz/mojo/tbc/server/log/EventAIErrors.log')){
return 'File not Found';}
@ -114,14 +118,22 @@ class saimod_mojotrollz_server_tbc extends \SYSTEM\SAI\SaiModule {
if(!\file_exists('/home/mojotrollz/mojo/tbc/server/log_test/EventAIErrors.log')){
return 'File not Found';}
return \htmlentities(\file_get_contents('/home/mojotrollz/mojo/tbc/server/log_test/EventAIErrors.log'));}
public static function sai_mod__SAI_saimod_mojotrollz_server_tbc_action_log_tbc_gm_live(){
if(!\file_exists('/home/mojotrollz/mojo/tbc/server/log/Gm.log')){
return 'File not Found';}
return \htmlentities(\file_get_contents('/home/mojotrollz/mojo/tbc/server/log/Gm.log'));}
public static function sai_mod__SAI_saimod_mojotrollz_server_tbc_action_log_tbc_gm_test(){
if(!\file_exists('/home/mojotrollz/mojo/tbc/server/log_test/Gm.log')){
return 'File not Found';}
return \htmlentities(\file_get_contents('/home/mojotrollz/mojo/tbc/server/log_test/Gm.log'));}
public static function sai_mod__SAI_saimod_mojotrollz_server_tbc_action_log_tbc_realm_live(){
if(!\file_exists('/home/mojotrollz/mojo/tbc/server/log/Realmd.log')){
return 'File not Found';}
return \htmlentities(\file_get_contents('/home/mojotrollz/mojo/tbc/server/log/Realmd.log'));}
public static function sai_mod__SAI_saimod_mojotrollz_server_tbc_action_log_tbc_realm_test(){
/*public static function sai_mod__SAI_saimod_mojotrollz_server_tbc_action_log_tbc_realm_test(){
if(!\file_exists('/home/mojotrollz/mojo/tbc/server/log_test/Realmd.log')){
return 'File not Found';}
return \htmlentities(\file_get_contents('/home/mojotrollz/mojo/tbc/server/log_test/Realmd.log'));}
return \htmlentities(\file_get_contents('/home/mojotrollz/mojo/tbc/server/log_test/Realmd.log'));}*/
public static function sai_mod__SAI_saimod_mojotrollz_server_tbc_action_log_tbc_sd2_live(){
if(!\file_exists('/home/mojotrollz/mojo/tbc/server/log/SD2Errors.log')){
return 'File not Found';}
@ -138,6 +150,22 @@ class saimod_mojotrollz_server_tbc extends \SYSTEM\SAI\SaiModule {
if(!\file_exists('/home/mojotrollz/mojo/tbc/server/log_test/Server.log')){
return 'File not Found';}
return \htmlentities(\file_get_contents('/home/mojotrollz/mojo/tbc/server/log_test/Server.log'));}
public static function sai_mod__SAI_saimod_mojotrollz_server_tbc_action_log_tbc_crash_live(){
if(!\file_exists('/home/mojotrollz/mojo/tbc/server/bin/bin/crash.log')){
return 'File not Found';}
return \htmlentities(\file_get_contents('/home/mojotrollz/mojo/tbc/server/bin/bin/crash.log'));}
public static function sai_mod__SAI_saimod_mojotrollz_server_tbc_action_log_tbc_crash_test(){
if(!\file_exists('/home/mojotrollz/mojo/tbc/server/bin_test/bin/crash.log')){
return 'File not Found';}
return \htmlentities(\file_get_contents('/home/mojotrollz/mojo/tbc/server/bin_test/bin/crash.log'));}
public static function sai_mod__SAI_saimod_mojotrollz_server_tbc_action_log_tbc_serverlog_live(){
if(!\file_exists('/home/mojotrollz/mojo/tbc/server/bin/bin/serverlog')){
return 'File not Found';}
return \htmlentities(\file_get_contents('/home/mojotrollz/mojo/tbc/server/bin/bin/serverlog'));}
public static function sai_mod__SAI_saimod_mojotrollz_server_tbc_action_log_tbc_serverlog_test(){
if(!\file_exists('/home/mojotrollz/mojo/tbc/server/bin_test/bin/serverlog')){
return 'File not Found';}
return \htmlentities(\file_get_contents('/home/mojotrollz/mojo/tbc/server/bin_test/bin/serverlog'));}
public static function sai_mod__SAI_saimod_mojotrollz_server_tbc_action_logdel_tbc_chars_live(){
if(!\file_exists('/home/mojotrollz/mojo/tbc/server/log/Char.log')){
@ -155,6 +183,10 @@ class saimod_mojotrollz_server_tbc extends \SYSTEM\SAI\SaiModule {
if(!\file_exists('/home/mojotrollz/mojo/tbc/server/log_test/DBErrors.log')){
return 'File not Found';}
return \htmlentities(\file_put_contents('/home/mojotrollz/mojo/tbc/server/log_test/DBErrors.log',''));}
public static function sai_mod__SAI_saimod_mojotrollz_server_tbc_action_logdel_tbc_database_test(){
if(!\file_exists('/home/mojotrollz/mojo/tbc/server/log_test/Database.log')){
return 'File not Found';}
return \htmlentities(\file_put_contents('/home/mojotrollz/mojo/tbc/server/log_test/Database.log',''));}
public static function sai_mod__SAI_saimod_mojotrollz_server_tbc_action_logdel_tbc_eventai_live(){
if(!\file_exists('/home/mojotrollz/mojo/tbc/server/log/EventAIErrors.log')){
return 'File not Found';}
@ -163,14 +195,22 @@ class saimod_mojotrollz_server_tbc extends \SYSTEM\SAI\SaiModule {
if(!\file_exists('/home/mojotrollz/mojo/tbc/server/log_test/EventAIErrors.log')){
return 'File not Found';}
return \htmlentities(\file_put_contents('/home/mojotrollz/mojo/tbc/server/log_test/EventAIErrors.log',''));}
public static function sai_mod__SAI_saimod_mojotrollz_server_tbc_action_logdel_tbc_gm_live(){
if(!\file_exists('/home/mojotrollz/mojo/tbc/server/log/Gm.log')){
return 'File not Found';}
return \htmlentities(\file_put_contents('/home/mojotrollz/mojo/tbc/server/log/Gm.log',''));}
public static function sai_mod__SAI_saimod_mojotrollz_server_tbc_action_logdel_tbc_gm_test(){
if(!\file_exists('/home/mojotrollz/mojo/tbc/server/log_test/Gm.log')){
return 'File not Found';}
return \htmlentities(\file_put_contents('/home/mojotrollz/mojo/tbc/server/log_test/Gm.log',''));}
public static function sai_mod__SAI_saimod_mojotrollz_server_tbc_action_logdel_tbc_realm_live(){
if(!\file_exists('/home/mojotrollz/mojo/tbc/server/log/Realmd.log')){
return 'File not Found';}
return \htmlentities(\file_put_contents('/home/mojotrollz/mojo/tbc/server/log/Realmd.log',''));}
public static function sai_mod__SAI_saimod_mojotrollz_server_tbc_action_logdel_tbc_realm_test(){
/*public static function sai_mod__SAI_saimod_mojotrollz_server_tbc_action_logdel_tbc_realm_test(){
if(!\file_exists('/home/mojotrollz/mojo/tbc/server/log_test/Realmd.log')){
return 'File not Found';}
return \htmlentities(\file_put_contents('/home/mojotrollz/mojo/tbc/server/log_test/Realmd.log',''));}
return \htmlentities(\file_put_contents('/home/mojotrollz/mojo/tbc/server/log_test/Realmd.log',''));}*/
public static function sai_mod__SAI_saimod_mojotrollz_server_tbc_action_logdel_tbc_sd2_live(){
if(!\file_exists('/home/mojotrollz/mojo/tbc/server/log/SD2Errors.log')){
return 'File not Found';}
@ -187,6 +227,22 @@ class saimod_mojotrollz_server_tbc extends \SYSTEM\SAI\SaiModule {
if(!\file_exists('/home/mojotrollz/mojo/tbc/server/log_test/Server.log')){
return 'File not Found';}
return \htmlentities(\file_put_contents('/home/mojotrollz/mojo/tbc/server/log_test/Server.log',''));}
public static function sai_mod__SAI_saimod_mojotrollz_server_tbc_action_logdel_tbc_crash_live(){
if(!\file_exists('/home/mojotrollz/mojo/tbc/server/bin/bin//crash.log')){
return 'File not Found';}
return \htmlentities(\file_put_contents('/home/mojotrollz/mojo/tbc/server/bin/bin/crash.log',''));}
public static function sai_mod__SAI_saimod_mojotrollz_server_tbc_action_logdel_tbc_crash_test(){
if(!\file_exists('/home/mojotrollz/mojo/tbc/server/bin_test/bin/crash.log')){
return 'File not Found';}
return \htmlentities(\file_put_contents('/home/mojotrollz/mojo/tbc/server/bin_test/bin/crash.log',''));}
public static function sai_mod__SAI_saimod_mojotrollz_server_tbc_action_logdel_tbc_serverlog_live(){
if(!\file_exists('/home/mojotrollz/mojo/tbc/server/bin/bin/serverlog')){
return 'File not Found';}
return \htmlentities(\file_put_contents('/home/mojotrollz/mojo/tbc/server/bin/bin/serverlog',''));}
public static function sai_mod__SAI_saimod_mojotrollz_server_tbc_action_logdel_tbc_serverlog_test(){
if(!\file_exists('/home/mojotrollz/mojo/tbc/server/bin_test/bin/serverlog')){
return 'File not Found';}
return \htmlentities(\file_put_contents('/home/mojotrollz/mojo/tbc/server/bin_test/bin/serverlog',''));}
private static function shell_run($ver,$prog,$cmd){
return \str_replace("\n","\r\n",shell_exec('/home/mojotrollz/mojo/run '.$ver.' '.$prog.' '.$cmd.' 2>&1'));}

View File

@ -97,6 +97,13 @@
<td style="text-align: right;"><button id="btn_log_tbc_chars_test" class="btn-success btn btn-sm" style="margin-right: 15px; height: 32px; font-size: 13px;"><span class="glyphicon glyphicon-align-justify" aria-hidden="true"></span> test</button></td>
<td style="text-align: right;"><button id="btn_logdel_tbc_chars_test" class="btn-danger btn btn-sm" style="margin-right: 15px; height: 32px; font-size: 13px;"><span class="glyphicon glyphicon-remove" aria-hidden="true"></span></button></td>
</tr>
<tr>
<th>Database.log</th>
<td></td>
<td></td>
<td style="text-align: right;"><button id="btn_log_tbc_database_test" class="btn-success btn btn-sm" style="margin-right: 15px; height: 32px; font-size: 13px;"><span class="glyphicon glyphicon-align-justify" aria-hidden="true"></span> test</button></td>
<td style="text-align: right;"><button id="btn_logdel_tbc_database_test" class="btn-danger btn btn-sm" style="margin-right: 15px; height: 32px; font-size: 13px;"><span class="glyphicon glyphicon-remove" aria-hidden="true"></span></button></td>
</tr>
<tr>
<th>DBErrors.log</th>
<td style="text-align: right;"><button id="btn_log_tbc_db_live" class="btn-success btn btn-sm" style="margin-right: 15px; height: 32px; font-size: 13px;"><span class="glyphicon glyphicon-align-justify" aria-hidden="true"></span> live</button></td>
@ -111,12 +118,19 @@
<td style="text-align: right;"><button id="btn_log_tbc_eventai_test" class="btn-success btn btn-sm" style="margin-right: 15px; height: 32px; font-size: 13px;"><span class="glyphicon glyphicon-align-justify" aria-hidden="true"></span> test</button></td>
<td style="text-align: right;"><button id="btn_logdel_tbc_eventai_test" class="btn-danger btn btn-sm" style="margin-right: 15px; height: 32px; font-size: 13px;"><span class="glyphicon glyphicon-remove" aria-hidden="true"></span></button></td>
</tr>
<tr>
<th>GM.log</th>
<td style="text-align: right;"><button id="btn_log_tbc_gm_live" class="btn-success btn btn-sm" style="margin-right: 15px; height: 32px; font-size: 13px;"><span class="glyphicon glyphicon-align-justify" aria-hidden="true"></span> live</button></td>
<td style="text-align: right;"><button id="btn_logdel_tbc_gm_live" class="btn-danger btn btn-sm" style="margin-right: 15px; height: 32px; font-size: 13px;"><span class="glyphicon glyphicon-remove" aria-hidden="true"></span></button></td>
<td style="text-align: right;"><button id="btn_log_tbc_gm_test" class="btn-success btn btn-sm" style="margin-right: 15px; height: 32px; font-size: 13px;"><span class="glyphicon glyphicon-align-justify" aria-hidden="true"></span> test</button></td>
<td style="text-align: right;"><button id="btn_logdel_tbc_gm_test" class="btn-danger btn btn-sm" style="margin-right: 15px; height: 32px; font-size: 13px;"><span class="glyphicon glyphicon-remove" aria-hidden="true"></span></button></td>
</tr>
<tr>
<th>Realmd.log</th>
<td style="text-align: right;"><button id="btn_log_tbc_realm_live" class="btn-success btn btn-sm" style="margin-right: 15px; height: 32px; font-size: 13px;"><span class="glyphicon glyphicon-align-justify" aria-hidden="true"></span> live</button></td>
<td style="text-align: right;"><button id="btn_logdel_tbc_realm_live" class="btn-danger btn btn-sm" style="margin-right: 15px; height: 32px; font-size: 13px;"><span class="glyphicon glyphicon-remove" aria-hidden="true"></span></button></td>
<td style="text-align: right;"><button id="btn_log_tbc_realm_test" class="btn-success btn btn-sm" style="margin-right: 15px; height: 32px; font-size: 13px;"><span class="glyphicon glyphicon-align-justify" aria-hidden="true"></span> test</button></td>
<td style="text-align: right;"><button id="btn_logdel_tbc_realm_test" class="btn-danger btn btn-sm" style="margin-right: 15px; height: 32px; font-size: 13px;"><span class="glyphicon glyphicon-remove" aria-hidden="true"></span></button></td>
<td style="text-align: right;"><button id="btn_logdel_tbc_realm_live" class="btn-danger btn btn-sm" style="margin-right: 15px; height: 32px; font-size: 13px;"><span class="glyphicon glyphicon-remove" aria-hidden="true"></span></button></td>
<td></td>
<td></td>
</tr>
<tr>
<th>SD2Errors.log</th>
@ -132,6 +146,20 @@
<td style="text-align: right;"><button id="btn_log_tbc_server_test" class="btn-success btn btn-sm" style="margin-right: 15px; height: 32px; font-size: 13px;"><span class="glyphicon glyphicon-align-justify" aria-hidden="true"></span> test</button></td>
<td style="text-align: right;"><button id="btn_logdel_tbc_server_test" class="btn-danger btn btn-sm" style="margin-right: 15px; height: 32px; font-size: 13px;"><span class="glyphicon glyphicon-remove" aria-hidden="true"></span></button></td>
</tr>
<tr>
<th>Crash.log</th>
<td style="text-align: right;"><button id="btn_log_tbc_crash_live" class="btn-success btn btn-sm" style="margin-right: 15px; height: 32px; font-size: 13px;"><span class="glyphicon glyphicon-align-justify" aria-hidden="true"></span> live</button></td>
<td style="text-align: right;"><button id="btn_logdel_tbc_crash_live" class="btn-danger btn btn-sm" style="margin-right: 15px; height: 32px; font-size: 13px;"><span class="glyphicon glyphicon-remove" aria-hidden="true"></span></button></td>
<td style="text-align: right;"><button id="btn_log_tbc_crash_test" class="btn-success btn btn-sm" style="margin-right: 15px; height: 32px; font-size: 13px;"><span class="glyphicon glyphicon-align-justify" aria-hidden="true"></span> test</button></td>
<td style="text-align: right;"><button id="btn_logdel_tbc_crash_test" class="btn-danger btn btn-sm" style="margin-right: 15px; height: 32px; font-size: 13px;"><span class="glyphicon glyphicon-remove" aria-hidden="true"></span></button></td>
</tr>
<tr>
<th>Serverlog</th>
<td style="text-align: right;"><button id="btn_log_tbc_serverlog_live" class="btn-success btn btn-sm" style="margin-right: 15px; height: 32px; font-size: 13px;"><span class="glyphicon glyphicon-align-justify" aria-hidden="true"></span> live</button></td>
<td style="text-align: right;"><button id="btn_logdel_tbc_serverlog_live" class="btn-danger btn btn-sm" style="margin-right: 15px; height: 32px; font-size: 13px;"><span class="glyphicon glyphicon-remove" aria-hidden="true"></span></button></td>
<td style="text-align: right;"><button id="btn_log_tbc_serverlog_test" class="btn-success btn btn-sm" style="margin-right: 15px; height: 32px; font-size: 13px;"><span class="glyphicon glyphicon-align-justify" aria-hidden="true"></span> test</button></td>
<td style="text-align: right;"><button id="btn_logdel_tbc_serverlog_test" class="btn-danger btn btn-sm" style="margin-right: 15px; height: 32px; font-size: 13px;"><span class="glyphicon glyphicon-remove" aria-hidden="true"></span></button></td>
</tr>
</table>
</div>
</div>