Add "(coming soon)" label for unsupported upstream source types
Only pypi and generic are currently supported. Other types now show "(coming soon)" in both the dropdown and the sources table.
This commit is contained in:
@@ -132,6 +132,12 @@
|
||||
color: #c62828;
|
||||
}
|
||||
|
||||
.coming-soon-badge {
|
||||
color: #9e9e9e;
|
||||
font-style: italic;
|
||||
font-size: 0.85em;
|
||||
}
|
||||
|
||||
/* Actions */
|
||||
.actions-cell {
|
||||
white-space: nowrap;
|
||||
|
||||
Reference in New Issue
Block a user