]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tools/peertube-plugins.ts
Fix player error modal size
[github/Chocobozzz/PeerTube.git] / server / tools / peertube-plugins.ts
index 47090b3a51dd234c07245b5196652564db09af39..c51d9ebd143a29ff4579356d78b21c9d36165dc6 100644 (file)
@@ -69,7 +69,7 @@ async function pluginsListCLI (command: Command, options: OptionValues) {
 
   const table = new CliTable3({
     head: [ 'name', 'version', 'homepage' ],
-    colWidths: [ 50, 10, 50 ]
+    colWidths: [ 50, 20, 50 ]
   }) as any
 
   for (const plugin of data) {