File tree 5 files changed +15
-16
lines changed
5 files changed +15
-16
lines changed Original file line number Diff line number Diff line change 60
60
61
61
## Counter
62
62

63
+
64
+ ## Support my Efforts
65
+ This plugin, as well as my [other plugins](https://github.com/OllisGit/) were developed in my spare time.
66
+ If you like it, I would be thankful about a cup of coffee :)
67
+
68
+ [](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=6SW5R6ZUKLB5E&source=url)
63
69
# body_path: RELEASE_TEMPLATE.md
64
70
65
71
- name : upload master.zip to release
Original file line number Diff line number Diff line change 90
90
text-overflow : ellipsis;
91
91
}
92
92
93
- /* TODO Maybe not needed any more*/
94
- .dropdown-menu {
95
- max-height : 120px ;
96
- overflow-y : auto;
97
- overflow-x : hidden;
98
- }
99
-
100
93
/* use of own span elemenst so that no one can break it (e.g. UI Customizer) */
101
94
.myspan12 {width : 940px }
102
95
.myspan11 {width : 860px }
Original file line number Diff line number Diff line change 66
66
<span class =" dropdown tabdrop" >
67
67
<a href =" #" data-toggle =" dropdown" class =" dropdown-toggle" >Material (<span data-bind =" text: sidebarFilterSorter.buildFilterLabel('material')" ></span >)
68
68
<b class =" caret" ></b ></a >
69
- <ul class =" dropdown-menu keep-open" style =" padding-left :10px " >
69
+ <ul class =" dropdown-menu keep-open pre-scrollable " style =" padding-left :10px " >
70
70
<li >
71
71
<div class =" checkbox" >
72
72
<label >
89
89
<span class =" dropdown tabdrop" >
90
90
| <a href =" #" data-toggle =" dropdown" class =" dropdown-toggle" >Vendor (<span data-bind =" text: sidebarFilterSorter.buildFilterLabel('vendor')" ></span >)
91
91
<b class =" caret" ></b ></a >
92
- <ul class =" dropdown-menu keep-open" style =" padding-left :10px " >
92
+ <ul class =" dropdown-menu keep-open pre-scrollable " style =" padding-left :10px " >
93
93
<li >
94
94
<div class =" checkbox" >
95
95
<label >
113
113
| <a href =" #" data-toggle =" dropdown" class =" dropdown-toggle" >Color (<span data-bind =" text: sidebarFilterSorter.buildFilterLabel('color')" ></span >)
114
114
<b class =" caret" ></b ></a >
115
115
116
- <ul class =" dropdown-menu keep-open" style =" padding-left :10px " >
116
+ <ul class =" dropdown-menu keep-open pre-scrollable " style =" padding-left :10px " >
117
117
<li >
118
118
<div class =" checkbox" >
119
119
<label >
Original file line number Diff line number Diff line change 4
4
5
5
6
6
<!-- Filter / Sorting -->
7
- <div class = " row-fluid " data-bind =" visible: pluginNotWorking()==true" >
8
- <div >
7
+ <div data-bind =" visible: pluginNotWorking()==true" >
8
+ <div class = " row-fluid " >
9
9
<font color =" red" ><b >Plugin not working, because of Database issues. Check Plugin-Settings!</b ></font >
10
10
</div >
11
11
</div >
56
56
{# ? 'all' : spoolItemTableHelper.selectedMaterialsForFilter().length" ></span>)#}
57
57
<a href =" #" data-toggle =" dropdown" class =" dropdown-toggle" >Material (<span data-bind =" text: spoolItemTableHelper.buildFilterLabel('material')" ></span >)
58
58
<b class =" caret" ></b ></a >
59
- <ul class =" dropdown-menu keep-open" style =" padding-left :10px " >
59
+ <ul class =" dropdown-menu keep-open pre-scrollable " style =" padding-left :10px " >
60
60
<li >
61
61
<div class =" checkbox" >
62
62
<label >
79
79
<span class =" dropdown tabdrop" >
80
80
| <a href =" #" data-toggle =" dropdown" class =" dropdown-toggle" >Vendor (<span data-bind =" text: spoolItemTableHelper.buildFilterLabel('vendor')" ></span >)
81
81
<b class =" caret" ></b ></a >
82
- <ul class =" dropdown-menu keep-open" style =" padding-left :10px " >
82
+ <ul class =" dropdown-menu keep-open pre-scrollable " style =" padding-left :10px " >
83
83
<li >
84
84
<div class =" checkbox" >
85
85
<label >
103
103
| <a href =" #" data-toggle =" dropdown" class =" dropdown-toggle" >Color (<span data-bind =" text: spoolItemTableHelper.buildFilterLabel('color')" ></span >)
104
104
<b class =" caret" ></b ></a >
105
105
106
- <ul class =" dropdown-menu keep-open" style =" padding-left :10px " >
106
+ <ul class =" dropdown-menu keep-open pre-scrollable " style =" padding-left :10px " >
107
107
<li >
108
108
<div class =" checkbox" >
109
109
<label >
Original file line number Diff line number Diff line change 15
15
16
16
# The plugin's version. Can be overwritten within OctoPrint's internal data via __plugin_version__ in the plugin module
17
17
#
18
- plugin_version = "1.6.0 "
18
+ plugin_version = "1.6.1 "
19
19
20
20
# The plugin's description. Can be overwritten within OctoPrint's internal data via __plugin_description__ in the plugin
21
21
# module
You can’t perform that action at this time.
0 commit comments