stan0ne
See tutorial Panel Version 7.0.4 , just changed line number position
Try following
See Line 844 and Line 859 for panelPlugin.py
and /www/server/panel/class_v2/panel_plugin_v2.py
Try Line 839 and 854
On the index,html indexsoft div id is on line 213
Update actually is limited by some javascript /www/server/panel/BTPanel/static/vite/js/index14.js
change 12 to your desired value
get:()=>t.value.length>12?t.value.slice(0,12)
here ..
()=>a.value.length>=12
same here ..
n.value.list.slice(0,12-a.value.length)
same here ..
const e=12-a.value.length-i.value.length
same here ...
I have no idea why they enforce this ..
/www/server/panel/BTPanel/templates/default/index_new.html
add this after <title>aaPanel Linux Panel</title>
css to be added
<style>
.software-wrapper{
overflow: auto !important;
height: auto !important;
max-height: 440px !important;
}
</style>
Restart panel , ctrl+f5 in panel page to reload the js ..