fix underscores not showing in the console
parent
b14438fd99
commit
62cfa544a1
|
@ -174,7 +174,9 @@ angular.module('portainer.docker').controller('ContainerConsoleController', [
|
|||
let commandBuffer = '';
|
||||
|
||||
$scope.state = states.connected;
|
||||
term = new Terminal();
|
||||
term = new Terminal({
|
||||
fontSize: 14,
|
||||
});
|
||||
|
||||
if (isLinuxTerm) {
|
||||
// linux terminals support xterm
|
||||
|
|
Loading…
Reference in New Issue