File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -4340,7 +4340,7 @@ function initializeCodeMirrorEditors() {
4340
4340
{
4341
4341
mode : config . mode ,
4342
4342
theme : "monokai" ,
4343
- lineNumbers : true ,
4343
+ lineNumbers : false ,
4344
4344
autoCloseBrackets : true ,
4345
4345
matchBrackets : true ,
4346
4346
tabSize : 2 ,
Original file line number Diff line number Diff line change @@ -790,10 +790,10 @@ <h3 class="text-lg font-bold mb-4 dark:text-gray-200">Add New Resource</h3>
790
790
< div >
791
791
< label class ="block text-sm font-medium text-gray-700 dark:text-gray-400 "> Content</ label >
792
792
< textarea name ="content " id ="resource-content-editor "
793
- class ="mt-1 block w-full h-48 rounded-md border-gray-300 shadow-sm focus:border-indigo-500 focus:ring-indigo-500 "
794
- style ="display: none ">
795
- </ textarea >
793
+ class ="mt-1 block w-full rounded-md border-gray-300 shadow-sm focus:border-indigo-500 focus:ring-indigo-500 dark:bg-gray-900 dark:placeholder-gray-300 dark:text-gray-300 "
794
+ placeholder =""> </ textarea >
796
795
</ div >
796
+
797
797
< div id ="status-resources "> </ div >
798
798
</ div >
799
799
< div class ="mt-6 ">
@@ -935,9 +935,8 @@ <h3 class="text-lg font-bold mb-4 dark:text-gray-200">Add New Prompt</h3>
935
935
< div >
936
936
< label class ="block text-sm font-medium text-gray-700 dark:text-gray-400 "> Template</ label >
937
937
< textarea name ="template " id ="prompt-template-editor "
938
- class ="mt-1 block w-full h-48 rounded-md border-gray-300 shadow-sm focus:border-indigo-500 focus:ring-indigo-500 "
939
- style ="display: none ">
940
- </ textarea >
938
+ class ="mt-1 block w-full rounded-md border-gray-300 shadow-sm focus:border-indigo-500 focus:ring-indigo-500 dark:bg-gray-900 dark:placeholder-gray-300 dark:text-gray-300 "
939
+ placeholder =""> </ textarea >
941
940
</ div >
942
941
< div >
943
942
< label class ="block text-sm font-medium text-gray-700 dark:text-gray-400 "> Arguments (JSON)</ label >
You can’t perform that action at this time.
0 commit comments