fix underscores not showing in the console

pull/12316/head
hookenz 2024-10-10 10:20:56 +13:00
parent b14438fd99
commit 62cfa544a1
1 changed files with 3 additions and 1 deletions

View File

@ -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