|
223 | 223 | <action class="com.microsoft.intellij.actions.QualtricsSurveyAction" id="AzureToolkit.Survey" text="Provide Feedback" /> |
224 | 224 | <action id="Actions.WebDeployAction" class="com.microsoft.azure.toolkit.intellij.webapp.action.WebDeployAction" |
225 | 225 | text="Deploy to Azure Web Apps" description="Deploy to Azure Web Apps" |
226 | | - icon="/icons/PublishWebApp_16.png"> |
| 226 | + icon="/icons/WebApp/Deploy.svg"> |
227 | 227 | </action> |
228 | 228 | <!-- Functions Start --> |
229 | 229 | <action id="Actions.RunFunction" class="com.microsoft.azure.toolkit.intellij.function.action.RunFunctionAction" |
230 | 230 | text="Run Function" description="Run function project locally" |
231 | | - icon="/icons/azure-functions-run.png"> |
| 231 | + icon="/icons/FunctionApp/Run.svg"> |
232 | 232 | </action> |
233 | 233 | <action id="Actions.DeployFunction" class="com.microsoft.azure.toolkit.intellij.function.action.DeployFunctionAction" |
234 | 234 | text="Deploy to Azure Functions" description="Deploy Java Function to Azure" |
235 | | - icon="/icons/azure-functions-deploy.png"> |
| 235 | + icon="/icons/FunctionApp/Deploy.svg"> |
236 | 236 | </action> |
237 | 237 | <!-- Functions End --> |
238 | 238 |
|
239 | 239 | <action id="Actions.DeploySpringCloud" class="com.microsoft.azure.toolkit.intellij.springcloud.deplolyment.DeployAppAction" |
240 | 240 | text="Deploy to Azure Spring Cloud" description="Deploy Spring Cloud app to Azure" |
241 | | - icon="/icons/azure-springcloud-small.png"> |
| 241 | + icon="/icons/SpringCloud/Deploy.svg"> |
242 | 242 | </action> |
243 | 243 | <action id="Actions.AddDockerSupport" class="com.microsoft.azure.toolkit.intellij.webapp.docker.action.AddDockerSupportAction" |
244 | 244 | text="Add Docker Support" description="Add Docker Support" |
245 | | - icon="/icons/AddDockerSupport_16.png"> |
| 245 | + icon="/icons/DockerSupport/DockerSupport.svg"> |
246 | 246 | </action> |
247 | 247 | <action id="Actions.RunOnDockerHost" class="com.microsoft.azure.toolkit.intellij.webapp.docker.action.RunOnDockerHostAction" |
248 | 248 | text="Docker Run" description="Docker Run" |
249 | | - icon="/icons/DockerRun_16.png"> |
| 249 | + icon="/icons/DockerSupport/Run.svg"> |
250 | 250 | </action> |
251 | 251 | <action id="Actions.PushImage" class="com.microsoft.azure.toolkit.intellij.webapp.docker.action.PushImageAction" |
252 | 252 | text="Push Image" description="Push Image" |
253 | | - icon="/icons/PushImage_16.png"> |
| 253 | + icon="/icons/DockerSupport/PushImage.svg"> |
254 | 254 | </action> |
255 | 255 | <action id="Actions.WebAppOnLinux" class="com.microsoft.azure.toolkit.intellij.webapp.action.WebAppOnLinuxAction" |
256 | 256 | text="Run on Web App for Containers" description="Run on Web App for Containers" |
257 | | - icon="/icons/PublishWebAppOnLinux_16.png"> |
| 257 | + icon="/icons/DockerSupport/RunOnWebApp.svg"> |
258 | 258 | </action> |
259 | 259 | <action id="Actions.SparkJobDisconnect" class="com.microsoft.azure.hdinsight.spark.run.action.SparkBatchJobDisconnectAction" |
260 | 260 | text="Disconnect" description="Disconnect the log view from remote Spark Job" |
|
285 | 285 | text="SparkJobRun"/> |
286 | 286 | <action id="SparkJobDebug" class="com.microsoft.azure.hdinsight.spark.run.action.SparkJobDebugAction" |
287 | 287 | text="SparkJobDebug"/> |
288 | | - <action id="Actions.AddAzureDependencyAction" class="com.microsoft.azure.toolkit.intellij.springcloud.dependency.AddDependencyAction" text="Add Azure Spring Cloud dependency" icon="/icons/azure-springcloud-app-dependency.png"> |
| 288 | + <action id="Actions.AddAzureDependencyAction" class="com.microsoft.azure.toolkit.intellij.springcloud.dependency.AddDependencyAction" text="Add Azure Spring Cloud dependency" icon="/icons/SpringCloud/AddDependency.svg"> |
289 | 289 | </action> |
290 | | - <action id="Actions.AddAzureDependencyContextAction" class="com.microsoft.azure.toolkit.intellij.springcloud.dependency.AddDependencyContextAction" text="Add Azure Spring Cloud dependency" icon="/icons/azure-springcloud-app-dependency.png"> |
| 290 | + <action id="Actions.AddAzureDependencyContextAction" class="com.microsoft.azure.toolkit.intellij.springcloud.dependency.AddDependencyContextAction" text="Add Azure Spring Cloud dependency" icon="/icons/SpringCloud/AddDependency.svg"> |
291 | 291 | <add-to-group group-id="RunContextPopupGroup" anchor="last"/> |
292 | 292 | </action> |
293 | 293 |
|
|
0 commit comments