Created attachment 143350 [details] Screenshot I think it'd make more sense to call it `Storage Device Health Monitoring > Detailed Information` or shorter `Storage Device Health Monitoring > Details`. SOFTWARE/OS VERSIONS Operating System: openSUSE Tumbleweed 20211106 KDE Plasma Version: 5.23.2 KDE Frameworks Version: 5.87.0
How did you get to the details page? I can't see how to.
(In reply to Nate Graham from comment #1) > How did you get to the details page? I can't see how to. 1) Open Info Center 2) Click in section "Detailed Information" on "Devices" 3) Click on "SMART Status" 4) Pick on of your drives and click on "Detailed Information"
Indeed, but I don't see a "Detailed information" button there.
Created attachment 143374 [details] Screenshot: Detailed Info button (In reply to Nate Graham from comment #3) > Indeed, but I don't see a "Detailed information" button there. You don't have this one?
Nope
Then maybe you should open a bug report. :-P(In reply to Nate Graham from comment #5) > Nope Me neither on Fedora 35, but it's there on openSUSE TW. It seems it's only there if there is a 'detailed report' available. [1] ``` visible: model.advancedReport !== '' ``` [1] https://invent.kde.org/plasma/plasma-disks/-/blob/master/src/kcm/package/contents/main.qml#L113
Nate, that feature wasn't working for you because of your kauth setup if you recall ;)
Strange bug somewhere in the stack. The page gets created thusly: > kcm.push("ReportPage.qml", {title: product, text: advancedReport}) which should result in the correct title (and I feel like it has in the past), but the title is wrong. It only appears correct once I define the property in the ReportPage.qml > title: "TITLE_NOT_SET" which will result in `product` getting used as title. Bouncing bug to systemsettings cause I don't know where exactly the problem is so next level down in the stack seems as good a fit as any. Also happens with the more generic > kcm.push("page.qml", {title: "foo"})