Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Undefined external users number. Better lineheight for this widget. Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Nov 21, 2014
1 parent 22b18ae commit 2e8be4d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions core/src/plugins/core.conf/standard_conf_actions.xml
Expand Up @@ -645,6 +645,9 @@
conn.onComplete = function(transport){
if(transport.responseJSON && $('ajxp_workspace_info_panel_content')){
var data = transport.responseJSON;
if(!data['core.users']['external']){
data['core.users']['external'] = 0;
}
$('ajxp_workspace_info_panel_content').update('#{internal_string}: ' + data['core.users']['internal'] + ' <br/> #{external_string}: ' + data['core.users']['external']);
}
};
Expand Down
4 changes: 4 additions & 0 deletions core/src/plugins/gui.ajax/res/themes/orbit/css/ajaxplorer.css
Expand Up @@ -3087,6 +3087,10 @@ div.tabulatorContainer div#display_toolbar{
margin-top: -36px;
}

#ajxp_workspace_info_panel_content{
line-height: 1.5em;
}

span.toggleHeader{
display: inline-block;
overflow: hidden;
Expand Down
2 changes: 1 addition & 1 deletion core/src/plugins/gui.ajax/res/themes/orbit/css/allz.css

Large diffs are not rendered by default.

0 comments on commit 2e8be4d

Please sign in to comment.