File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed
Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -74,10 +74,6 @@ $wb['session_allow_endless_txt'] = '"Eingeloggt bleiben" aktivieren';
7474$wb['No'] = 'Nein';
7575$wb['min_password_length_txt'] = 'Minimale Passwortlänge';
7676$wb['min_password_strength_txt'] = 'Minimale Passwortstärke';
77- $wb['ssh_authentication_txt'] = 'Allowed SSH authentication';
78- $wb['ssh_authentication_password_key'] = 'Password & Key';
79- $wb['ssh_authentication_password'] = 'Password';
80- $wb['ssh_authentication_key'] = 'Key';
8177$wb['ssh_authentication_txt'] = 'Erlaubte SSH Authentifizierung';
8278$wb['ssh_authentication_password_key'] = 'Passwort & Schlüssel';
8379$wb['ssh_authentication_password'] = 'Passwort';
Original file line number Diff line number Diff line change 1+ < tmpl _if name ="config_error_msg ">
2+ < div class ="alert alert-danger ">
3+ < p >
4+ < tmpl _var name ="configuration_error_txt ">
5+ < div >
6+ < div style ="float:left;width:150px; "> {tmpl_var name='config_error_tstamp'} : </ div >
7+ < div style ="padding-left:150px; "> {tmpl_var name='config_error_msg'}</ div >
8+ </ div >
9+ </ p >
10+ </ div >
11+ </ tmpl _if>
112< div class ="pnl_toolsarea ">
213 < tmpl _if name ='datalog_changes_count ' op ='> ' value ='0 '>
314 < div class ="systemmonitor-state state-info ">
Original file line number Diff line number Diff line change 11< tmpl _if name ="config_error_msg ">
2- <!--<div style="background: #ffdfdf; border: 1px solid #df7d7d; border-width: 1px 0; margin: 1.5em 0 1.5em 0; padding: 7px;">
3- <p style="font-face:bold">{tmpl_var name='configuration_error_txt'}</p>
4- <div>
5- <div style="float:left;width:150px;">{tmpl_var name='config_error_tstamp'} : </div>
6- <div style="padding-left:150px;">{tmpl_var name='config_error_msg'}</div>
7- </div>
8- </div>-->
92 < div class ="alert alert-danger ">
103 < p >
114 < tmpl _var name ="configuration_error_txt ">
You can’t perform that action at this time.
0 commit comments